Studio Service

AppVersionCondition

AppVersionCondition

A condition to be used against AppVersion object types. All fields are tested for equality and combined with a logical ‘and.’

FieldTypeDescription
idUUIDChecks for equality with the object’s `id` field.
appIdUUIDChecks for equality with the object’s `appId` field.
versionStringChecks for equality with the object’s `version` field.
betaFlagBooleanChecks for equality with the object’s `betaFlag` field.
stableFlagBooleanChecks for equality with the object’s `stableFlag` field.
manifestJsonJSONChecks for equality with the object’s `manifestJson` field.
viewerUrlStringChecks for equality with the object’s `viewerUrl` field.
editorUrlStringChecks for equality with the object’s `editorUrl` field.
mediaSandboxAccessBooleanChecks for equality with the object’s `mediaSandboxAccess` field.
configurationTypeAppConfigurationChecks for equality with the object’s `configurationType` field.
storeDataJSONChecks for equality with the object’s `storeData` field.
createdAtDatetimeChecks for equality with the object’s `createdAt` field.
updatedAtDatetimeChecks for equality with the object’s `updatedAt` field.
isLatestBooleanChecks for equality with the object’s `isLatest` field.
isLatestStableBooleanChecks for equality with the object’s `isLatestStable` field.