INPUT_OBJECT

CloudDownloadLocationDetailsInput

Description

Details of the cloud download location.

link GraphQL Schema definition

  • input CloudDownloadLocationDetailsInput {
  • # Location where the files will be downloaded.
  • downloadLocation: String!
  • # Specifies whether the download location needs to be created. When the value is
  • # true, the location will be created. When the value is false, the location
  • # already exists.
  • createDownloadLocation: Boolean!
  • # List of key-value pairs for tags.
  • tags: [TagType!]
  • }