INPUT_OBJECT
CreateCloudObjectRelationInput
link GraphQL Schema definition
- input CreateCloudObjectRelationInput {
- : String
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Cloud object (file) being linked.
- : CreateCloudObjectInput
- # Report schedule the file is attached to (e.g. an exported report).
- : CreateReportScheduleInput
- # Text message (SMS/MMS) the file is attached to.
- : CreateTextMessageInput
- # Id of the linked account.
- : ID
- # Id of the linked appointment or task, or empty when not linked.
- : ID
- # Id of the linked approval process.
- : ID
- # Id of the linked call.
- : ID
- # Id of the folder within the parent record, or empty when stored at the record
- # root.
- : ID
- # Id of the linked file.
- : ID
- # Id of the linked contact.
- : ID
- # Id of the linked custom entity record.
- : ID
- # Id of the linked email sequence.
- : ID
- # Id of the linked email template.
- : ID
- # Id of the linked field mapping.
- : ID
- # Id of the linked lead or opportunity, or empty when not linked.
- : ID
- # Id of the linked media record.
- : ID
- # Id of the linked email or memo, or empty when not linked.
- : ID
- # Id of the online form field the file was uploaded into.
- : ID
- # Id of the linked online form submission.
- : ID
- # Id of the linked sales process.
- : ID
- # Id of the linked sales process template.
- : ID
- # Id of the linked project.
- : ID
- # Id of the linked quote.
- : ID
- # Id of the linked report schedule.
- : ID
- # Id of the linked text message.
- : ID
- # Revision when entity was lastly changed.
- : Int
- }