Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 399 Bytes

File metadata and controls

20 lines (14 loc) · 399 Bytes

ComputeClient::UpdateProjectNetworksRequestBody

Properties

Name Type Description Notes
correlation_id String [optional]
configuration Object

Example

require 'compute_client'

instance = ComputeClient::UpdateProjectNetworksRequestBody.new(
  correlation_id: null,
  configuration: null
)