INPUT_OBJECT
BulkDeleteMosaicSourcesInput
Description
Input for deleting NoSQL Protection sources in bulk.
link GraphQL Schema definition
- input BulkDeleteMosaicSourcesInput {
- # Type of sources to be deleted.
- V2BulkDeleteMosaicSourcesRequestSourceType :
- # Required. UUID used to identify the cluster the request goes to.
- String! :
- # Required. List of names of sources to be deleted.
- BulkDeleteSourceRequestInput! :
- }