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