AssociationCondition
AssociationCondition
A condition to be used against Association object types. All fields are tested
for equality and combined with a logical ‘and.’
| Field | Type | Description | |
|---|---|---|---|
| orgId | UUID | Checks for equality with the object’s `orgId` field. | |
| fromCast | UUID | Checks for equality with the object’s `fromCast` field. | |
| fromScreen | UUID | Checks for equality with the object’s `fromScreen` field. | |
| fromChannel | UUID | Checks for equality with the object’s `fromChannel` field. | |
| fromPlaylist | UUID | Checks for equality with the object’s `fromPlaylist` field. | |
| fromAppInstance | UUID | Checks for equality with the object’s `fromAppInstance` field. | |
| toCast | UUID | Checks for equality with the object’s `toCast` field. | |
| toFile | UUID | Checks for equality with the object’s `toFile` field. | |
| toAppInstance | UUID | Checks for equality with the object’s `toAppInstance` field. | |
| toPlaylist | UUID | Checks for equality with the object’s `toPlaylist` field. | |
| toChannel | UUID | Checks for equality with the object’s `toChannel` field. | |
| toLink | UUID | Checks for equality with the object’s `toLink` field. | |
| toCredential | UUID | Checks for equality with the object’s `toCredential` field. | |
| toSite | UUID | Checks for equality with the object’s `toSite` field. | |