View Source GoogleApi.Jobs.V2.Model.DeleteJobsByFilterRequest (google_api_jobs v0.18.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Jobs.V2.Model.DeleteJobsByFilterRequest{ disableFastProcess: boolean(), filter: GoogleApi.Jobs.V2.Model.Filter.t() }
Functions
Unwrap a decoded JSON object into its complex fields.