INPUT_OBJECT

CreateCloudObjectTemplateInput

link GraphQL Schema definition

  • input CreateCloudObjectTemplateInput {
  • clientMutationId: String
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Id of the producing application.
  • applicationId: ID
  • # Id of the company folder, or empty when the object is not stored in the company
  • # tree.
  • companyCloudObjectFolderId: ID
  • # Id of the uploading user.
  • creatorId: ID
  • # File name (with extension) used when downloading the object.
  • filename: String!
  • # When true, the object can be served via a public URL (see public_url).
  • isPublic: Boolean
  • # Field whose values are strictly defined with an enumeration of values.
  • status: CloudObjectTemplateStatusEnum
  • templateEntityName: EntityNameEnum!
  • # Field whose values are strictly defined with an enumeration of values.
  • type: CloudObjectTypeEnum!
  • # Field whose values are strictly defined with an enumeration of values.
  • uploadSource: UploadSourceEnum
  • # URL of the object. If URL scheme is not defined "http://" is automatically
  • # prepended to supplied URL.
  • url: String
  • # Revision when entity was lastly changed.
  • revision: Int
  • content: Base64
  • templateEntityApiName: String
  • }