Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 560 Bytes

File metadata and controls

20 lines (14 loc) · 560 Bytes

NutanixVolumes::VolumesV40ConfigUpdateVolumeGroupMetadataInfoApiResponse

Properties

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

Example

require 'nutanix_volumes'

instance = NutanixVolumes::VolumesV40ConfigUpdateVolumeGroupMetadataInfoApiResponse.new(
  metadata: null,
  data: null
)