Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 318 Bytes

ResourceRef.md

File metadata and controls

20 lines (14 loc) · 318 Bytes

ForestVPNCloudAPI::ResourceRef

Properties

Name Type Description Notes
id String
type String

Example

require 'forestvpn_cloud_api'

instance = ForestVPNCloudAPI::ResourceRef.new(
  id: null,
  type: null
)