Type Alias: JobBatchUpdateRequest
type JobBatchUpdateRequest = object;
The filter and changeset for a batch job update operation. The filter defines which jobs are updated; the changeset defines what to update. At least one changeset field must be non-null.
Properties
changeset
changeset: JobChangeset;
The fields to update. At least one field must be non-null.
filter
filter: JobFilter;
The job filter. At least one dimension must be set.
operationReference?
optional operationReference?: OperationReference;