Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 496 Bytes

File metadata and controls

20 lines (14 loc) · 496 Bytes

NutanixVmm::DisassociateCategories4XXResponse1

Properties

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

Example

require 'nutanix_vmm'

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