Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 420 Bytes

File metadata and controls

22 lines (16 loc) · 420 Bytes

ComputeClient::OperationResource

Properties

Name Type Description Notes
id String
resource_id String
resource_type ResourceType

Example

require 'compute_client'

instance = ComputeClient::OperationResource.new(
  id: null,
  resource_id: null,
  resource_type: null
)