Criteria For Job Response
data class CriteriaForJobResponse(val simpleCriterion: SimpleCriterionForJobResponse? = null, val tagCriterion: TagCriterionForJobResponse? = null)
Definition of CriteriaForJob
Constructors
Link copied to clipboard
constructor(simpleCriterion: SimpleCriterionForJobResponse? = null, tagCriterion: TagCriterionForJobResponse? = null)
Properties
Link copied to clipboard
A property-based condition that defines a property, operator, and one or more values for including or excluding buckets from the job.
Link copied to clipboard
A tag-based condition that defines an operator and tag keys, tag values, or tag key and value pairs for including or excluding buckets from the job.