GoogleApi.Jobs.V2.Model.DeleteJobsByFilterRequest (google_api_jobs v0.16.4) View Source
Deprecated. Use BatchDeleteJobsRequest instead.
Input only.
Delete job by filter request.
The job typically becomes unsearchable within 10 seconds, but it may take up to 5 minutes.
Attributes
-
disableFastProcess
(type:boolean()
, default:nil
) - Optional. If set to true, this call waits for all processing steps to complete before the job is cleaned up. Otherwise, the call returns while some steps are still taking place asynchronously, hence faster. -
filter
(type:GoogleApi.Jobs.V2.Model.Filter.t
, default:nil
) - Required. Restrictions on the scope of the delete request.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Jobs.V2.Model.DeleteJobsByFilterRequest{ disableFastProcess: boolean(), filter: GoogleApi.Jobs.V2.Model.Filter.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.