Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 462 Bytes

File metadata and controls

20 lines (14 loc) · 462 Bytes

NutanixVmm::GetImageById200Response

Properties

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

Example

require 'nutanix_vmm'

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