INPUT_OBJECT
Input for deleting a Kubernetes protection set.
input DeleteK8sProtectionSetInput {# Flag to specify whether to preserve snapshots of the Kubernetes protection set # or to delete them. The default is to preserve the snapshots.preserveSnapshots: Boolean# Required. ID of the Kubernetes protection set to delete.id: String!}