google_api_jobs v0.13.1 GoogleApi.Jobs.V2.Model.BatchDeleteJobsRequest View Source

Input only.

Batch delete jobs request.

Attributes

  • filter (type: String.t, default: nil) - Required. The filter string specifies the jobs to be deleted.

    Supported operator: =, AND The fields eligible for filtering are:

    • companyName (Required)
    • requisitionId (Required) Sample Query: companyName = "companies/123" AND requisitionId = "req-1"

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.BatchDeleteJobsRequest{filter: String.t()}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.