Studio Service

JobTargetOutputFilter

JobTargetOutputFilter

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

FieldTypeDescription
isNullBooleanIs null (if `true` is specified) or is not null (if `false` is specified).
equalToJobTargetOutputEqual to the specified value.
notEqualToJobTargetOutputNot equal to the specified value.
distinctFromJobTargetOutputNot equal to the specified value, treating null like an ordinary value.
notDistinctFromJobTargetOutputEqual to the specified value, treating null like an ordinary value.
in[JobTargetOutput!]Included in the specified list.
notIn[JobTargetOutput!]Not included in the specified list.
lessThanJobTargetOutputLess than the specified value.
lessThanOrEqualToJobTargetOutputLess than or equal to the specified value.
greaterThanJobTargetOutputGreater than the specified value.
greaterThanOrEqualToJobTargetOutputGreater than or equal to the specified value.