WhiteLabelCondition
WhiteLabelCondition
A condition to be used against WhiteLabel 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. | |
| title | String | Checks for equality with the object’s `title` field. | |
| glyphFileId | UUID | Checks for equality with the object’s `glyphFileId` field. | |
| bgColor | String | Checks for equality with the object’s `bgColor` field. | |
| wordmark | String | Checks for equality with the object’s `wordmark` field. | |
| textColor | String | Checks for equality with the object’s `textColor` field. | |
| activeItemColor | String | Checks for equality with the object’s `activeItemColor` field. | |
| activeTextColor | String | Checks for equality with the object’s `activeTextColor` field. | |
| createdAt | Datetime | Checks for equality with the object’s `createdAt` field. | |
| updatedAt | Datetime | Checks for equality with the object’s `updatedAt` field. | |
| createdBy | UUID | Checks for equality with the object’s `createdBy` field. | |
| updatedBy | UUID | Checks for equality with the object’s `updatedBy` field. | |