INPUT_OBJECT
CreateCloudObjectTemplateInput
link GraphQL Schema definition
- input CreateCloudObjectTemplateInput {
- : String
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Relation to single entity instance.
- : ID
- # Relation to single entity instance.
- : ID
- # Relation to single entity instance.
- : ID
- # Simple text input field.
- : String!
- # Boolean value.
- : 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
- }