INPUT_OBJECT
CreateOrUpdateEmailSequenceInput
link GraphQL Schema definition
- input CreateOrUpdateEmailSequenceInput {
- : String
- # Unique identifier of entity.
- : ID
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Multi-line text input field.
- : String
- # Name of the entity and its default text representation.
- : String
- # Relation to single entity instance.
- : ID
- # Form definition in json format.
- : EmailSequenceSchemaJSONString
- # Field whose values are strictly defined with an enumeration of values.
- : ProcessTypeEnum
- # Relations to CloudObjects.
- : [CreateCloudObjectRelationNoBackrefInput!]
- }