INPUT_OBJECT

CreateFilesetSnapshotInput

Description

Creates a fileset job to take a backup.

link GraphQL Schema definition

  • input CreateFilesetSnapshotInput {
  • # Configuration for the on-demand backup.
  • config: BaseOnDemandSnapshotConfigInput
  • # Required. ID of the Fileset.
  • id: String!
  • # Required. User note to associate with audits.
  • userNote: String
  • }

link Require by