Studio Service

AppVisibilityFilter

AppVisibilityFilter

A filter to be used against AppVisibility fields. All fields are combined with a logical ‘and.’

FieldTypeDescription
isNullBooleanIs null (if `true` is specified) or is not null (if `false` is specified).
equalToAppVisibilityEqual to the specified value.
notEqualToAppVisibilityNot equal to the specified value.
distinctFromAppVisibilityNot equal to the specified value, treating null like an ordinary value.
notDistinctFromAppVisibilityEqual to the specified value, treating null like an ordinary value.
in[AppVisibility!]Included in the specified list.
notIn[AppVisibility!]Not included in the specified list.
lessThanAppVisibilityLess than the specified value.
lessThanOrEqualToAppVisibilityLess than or equal to the specified value.
greaterThanAppVisibilityGreater than the specified value.
greaterThanOrEqualToAppVisibilityGreater than or equal to the specified value.