Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 351 Bytes

File metadata and controls

20 lines (14 loc) · 351 Bytes

ComputeClient::NewProjectRequest

Properties

Name Type Description Notes
correlation_id String [optional]
name String

Example

require 'compute_client'

instance = ComputeClient::NewProjectRequest.new(
  correlation_id: null,
  name: null
)