EmbedCondition
EmbedCondition
A condition to be used against Embed object types. All fields are tested for equality and combined with a logical ‘and.’
| Field | Type | Description | |
|---|---|---|---|
| id | BigInt | Checks for equality with the object’s `id` field. | |
| shortId | String | Checks for equality with the object’s `shortId` field. | |
| orgId | UUID | Checks for equality with the object’s `orgId` field. | |
| channelId | UUID | Checks for equality with the object’s `channelId` field. | |
| playlistId | UUID | Checks for equality with the object’s `playlistId` field. | |
| cover | JSON | Checks for equality with the object’s `cover` field. | |