AppVersionCondition
AppVersionCondition
A condition to be used against AppVersion
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. | |
appId | UUID | Checks for equality with the object’s `appId` field. | |
version | String | Checks for equality with the object’s `version` field. | |
betaFlag | Boolean | Checks for equality with the object’s `betaFlag` field. | |
stableFlag | Boolean | Checks for equality with the object’s `stableFlag` field. | |
manifestJson | JSON | Checks for equality with the object’s `manifestJson` field. | |
viewerUrl | String | Checks for equality with the object’s `viewerUrl` field. | |
editorUrl | String | Checks for equality with the object’s `editorUrl` field. | |
mediaSandboxAccess | Boolean | Checks for equality with the object’s `mediaSandboxAccess` field. | |
configurationType | AppConfiguration | Checks for equality with the object’s `configurationType` field. | |
storeData | JSON | Checks for equality with the object’s `storeData` field. | |
createdAt | Datetime | Checks for equality with the object’s `createdAt` field. | |
updatedAt | Datetime | Checks for equality with the object’s `updatedAt` field. | |
isLatest | Boolean | Checks for equality with the object’s `isLatest` field. | |
isLatestStable | Boolean | Checks for equality with the object’s `isLatestStable` field. |