Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 408 Bytes

Project.md

File metadata and controls

22 lines (16 loc) · 408 Bytes

ForestVPNCloudAPI::Project

Properties

Name Type Description Notes
id String
slug String Project slug. Should be globally unique.
name String Project name

Example

require 'forestvpn_cloud_api'

instance = ForestVPNCloudAPI::Project.new(
  id: null,
  slug: null,
  name: null
)