Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 702 Bytes

Action.md

File metadata and controls

32 lines (26 loc) · 702 Bytes

ForestVPNCloudAPI::Action

Properties

Name Type Description Notes
id String
command String
error Error [optional]
status String
progress Float
resources Array<ResourceRef>
created_at Time
finished_at Time [optional]

Example

require 'forestvpn_cloud_api'

instance = ForestVPNCloudAPI::Action.new(
  id: null,
  command: null,
  error: null,
  status: null,
  progress: null,
  resources: null,
  created_at: null,
  finished_at: null
)