INPUT_OBJECT

UpdateCloudObjectTemplateInput

link GraphQL Schema definition

  • input UpdateCloudObjectTemplateInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID!
  • # 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.
  • uploadSource: UploadSourceEnum
  • # Revision when entity was lastly changed.
  • revision: Int
  • content: Base64
  • templateEntityApiName: String
  • }

link Require by