INPUT_OBJECT
UpdateCloudObjectTemplateInput
link GraphQL Schema definition
- input UpdateCloudObjectTemplateInput {
- : String
- # Unique identifier of entity.
- : ID!
- # 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.
- : UploadSourceEnum
- # Revision when entity was lastly changed.
- : Int
- : Base64
- : String
- }