PlaylistCondition
PlaylistCondition
A condition to be used against Playlist object types. All fields are tested
for equality and combined with a logical ‘and.’
| Field | Type | Description | |
|---|---|---|---|
| id | UUID | Checks for equality with the object’s `id` field. | |
| orgId | UUID | Checks for equality with the object’s `orgId` field. | |
| spaceId | UUID | Checks for equality with the object’s `spaceId` field. | |
| name | String | Checks for equality with the object’s `name` field. | |
| content | JSON | Checks for equality with the object’s `content` field. | |
| color | String | Checks for equality with the object’s `color` field. | |
| tags | [String] | Checks for equality with the object’s `tags` field. | |
| isPublished | Boolean | Checks for equality with the object’s `isPublished` field. | |
| draftOf | UUID | Checks for equality with the object’s `draftOf` field. | |
| createdAt | Datetime | Checks for equality with the object’s `createdAt` field. | |
| updatedAt | Datetime | Checks for equality with the object’s `updatedAt` field. | |
| publishedAt | Datetime | Checks for equality with the object’s `publishedAt` field. | |
| createdBy | UUID | Checks for equality with the object’s `createdBy` field. | |
| updatedBy | UUID | Checks for equality with the object’s `updatedBy` field. | |
| publishedBy | UUID | Checks for equality with the object’s `publishedBy` field. | |
| isEmbedEnabled | Boolean | Checks for equality with the object’s `isEmbedEnabled` field. | |
| isEmbedPublic | Boolean | Checks for equality with the object’s `isEmbedPublic` field. | |
| isShared | Boolean | Checks for equality with the object’s `isShared` field. | |
| isSharedExplicit | Boolean | Checks for equality with the object’s `isSharedExplicit` field. | |
| isSharedAll | Boolean | Checks for equality with the object’s `isSharedAll` field. | |
| isEnabled | Boolean | Checks for equality with the object’s `isEnabled` field. | |