Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 494 Bytes

File metadata and controls

20 lines (14 loc) · 494 Bytes

NutanixVmm::SuspendPlacementPolicy4XXResponse

Properties

Name Type Description Notes
metadata CommonV10ResponseApiResponseMetadata [optional]
data VmmV40ErrorErrorResponse [optional]

Example

require 'nutanix_vmm'

instance = NutanixVmm::SuspendPlacementPolicy4XXResponse.new(
  metadata: null,
  data: null
)