OBJECT
A volume captured in a volume group snapshot.
type VolumeGroupSubObject {# Mount point for the volume.mountPointsOpt: [String!]! # Capacity of the volume in bytes.capacityInBytes: Long! # File system type of the volume.fileSystemType: String! # File size of the volume in bytes.fileSizeInBytes: Long! # ID of the volume.volumeId: String! }