INPUT_OBJECT
CloudDownloadLocationDetailsInput
Description
Details of the cloud download location.
link GraphQL Schema definition
- input CloudDownloadLocationDetailsInput {
- # 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.
- : Boolean!
- # Location where the files will be downloaded.
- : String!
- # List of key-value pairs for tags.
- : [TagType!]
- }