INPUT_OBJECT
CreateOrUpdateTextMessageConversationRelationsInput
link GraphQL Schema definition
- input CreateOrUpdateTextMessageConversationRelationsInput {
- : String
- # Unique identifier of entity.
- : ID
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Id of the linked account.
- : ID
- # Id of the linked contact.
- : ID
- # Id of the lead or opportunity the conversation is linked to, or empty when not
- # linked.
- : ID
- # Id of the linked project, or empty when not linked.
- : ID
- # Id of the linked quote, or empty when not linked.
- : ID
- # Id of the conversation.
- : ID
- # Revision when entity was lastly changed.
- : Int
- }