INPUT_OBJECT
CreateOrUpdateMediaInput
link GraphQL Schema definition
- input CreateOrUpdateMediaInput {
- : String
- # Unique identifier of entity.
- : ID
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Id of the linked appointment or task, or empty when not linked to an activity.
- : ID
- # Id of the linked call, or empty when not linked.
- : ID
- # Provider-specific metadata about the media (e.g. transcription identifiers,
- # recording parameters).
- : JSONString
- # Free-text description of the media.
- : String
- # Error code reported by the calling/recording provider when processing failed;
- # empty on success.
- : Int
- # Field whose values are strictly defined with an enumeration of values.
- : MediaStatusEnum
- # Field whose values are strictly defined with an enumeration of values.
- : MediaTypeEnum
- # Revision when entity was lastly changed.
- : Int
- }