Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 424 Bytes

File metadata and controls

22 lines (16 loc) · 424 Bytes

ComputeClient::OperationTaskReference

Properties

Name Type Description Notes
id String
type TaskReferenceType
project_name String

Example

require 'compute_client'

instance = ComputeClient::OperationTaskReference.new(
  id: null,
  type: null,
  project_name: null
)