INPUT_OBJECT
Input for deleting a MongoDB source.
input DeleteMongoSourceInput {# Required. v8.1-v9.2: ID of the MongoDB source to be deleted.# v9.3+: Managed ID of the MongoDB source to be deleted.id: String!# Required. User note to associate with audits.userNote: String}