Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 353 Bytes

File metadata and controls

22 lines (16 loc) · 353 Bytes

ComputeClient::Project

Properties

Name Type Description Notes
id String
name String
tenant_id String

Example

require 'compute_client'

instance = ComputeClient::Project.new(
  id: null,
  name: null,
  tenant_id: null
)