google_api_jobs v0.8.0 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

Link to this type

t()

View Source
t() :: %GoogleApi.Jobs.V2.Model.BatchDeleteJobsRequest{filter: String.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.