Studio Service

AppCondition

AppCondition

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

FieldTypeDescription
idUUIDChecks for equality with the object’s `id` field.
visibilityAppVisibilityChecks for equality with the object’s `visibility` field.
categories[String]Checks for equality with the object’s `categories` field.
requirements[String]Checks for equality with the object’s `requirements` field.
nameStringChecks for equality with the object’s `name` field.
scrnStringChecks for equality with the object’s `scrn` field.
descriptionStringChecks for equality with the object’s `description` field.
iconUrlStringChecks for equality with the object’s `iconUrl` field.
developerStringChecks for equality with the object’s `developer` field.
tags[String]Checks for equality with the object’s `tags` field.
createdAtDatetimeChecks for equality with the object’s `createdAt` field.
updatedAtDatetimeChecks for equality with the object’s `updatedAt` field.
defaultInstallAppDefaultInstallTypeChecks for equality with the object’s `defaultInstall` field.
slugStringChecks for equality with the object’s `slug` field.