INPUT_OBJECT
UpdateEmailSequenceActivityLogLineInput
link GraphQL Schema definition
- input UpdateEmailSequenceActivityLogLineInput {
- : String
- # Unique identifier of entity.
- : ID!
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Id of the activity log.
- : ID
- # True when the line is shown in the activity log UI; false for internal-only
- # lines.
- : Boolean
- # Position of the line within its log run.
- : Int
- # Outcome of the step the line represents (e.g. Ok, Error, Skipped).
- : ProcessStatusEnum
- }