INPUT_OBJECT
Input for deleting a Managed Volume.
input DeleteManagedVolumeInput {# Required. ID of Managed Volume.id: String!# Flag to indicate whether to convert snapshots of this Managed Volume to relics # or to delete them. Default is true.preserveSnapshots: Boolean# Required. User note to associate with audits.userNote: String}