INPUT_OBJECT
CreateOrUpdateCloudObjectInput
link GraphQL Schema definition
- input CreateOrUpdateCloudObjectInput {
- : String
- # Unique identifier of entity.
- : ID
- # 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
- # Mime-type of the cloud object Is detected from content.
- : String
- # Field containing json.
- : JSONString
- # 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
- }