Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 419 Bytes

File metadata and controls

22 lines (16 loc) · 419 Bytes

ComputeClient::NewProjectMemberBody

Properties

Name Type Description Notes
correlation_id String [optional]
member_id String
role_id String

Example

require 'compute_client'

instance = ComputeClient::NewProjectMemberBody.new(
  correlation_id: null,
  member_id: null,
  role_id: null
)