google_api_jobs v0.9.0 GoogleApi.Jobs.V2.Model.DeleteJobsByFilterRequest 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

Link to this type

t()

View Source
t() :: %GoogleApi.Jobs.V2.Model.DeleteJobsByFilterRequest{
  disableFastProcess: boolean(),
  filter: GoogleApi.Jobs.V2.Model.Filter.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.