INPUT_OBJECT
CreateCloudObjectTemplateInput
link GraphQL Schema definition
- input CreateCloudObjectTemplateInput {
- : String
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Id of the producing application.
- : ID
- # Id of the company folder, or empty when the object is not stored in the company
- # tree.
- : ID
- # Id of the uploading user.
- : ID
- # File name (with extension) used when downloading the object.
- : String!
- # When true, the object can be served via a public URL (see public_url).
- : Boolean
- # Field whose values are strictly defined with an enumeration of values.
- : CloudObjectTemplateStatusEnum
- : EntityNameEnum!
- # Field whose values are strictly defined with an enumeration of values.
- : CloudObjectTypeEnum!
- # Field whose values are strictly defined with an enumeration of values.
- : UploadSourceEnum
- # URL of the object. If URL scheme is not defined "http://" is automatically
- # prepended to supplied URL.
- : String
- # Revision when entity was lastly changed.
- : Int
- : Base64
- : String
- }