View Source GoogleApi.Jobs.V2.Model.BatchDeleteJobsRequest (google_api_jobs v0.19.0)

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"

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Jobs.V2.Model.BatchDeleteJobsRequest{filter: String.t()}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.