GoogleApi.Jobs.V3.Model.BatchDeleteJobsRequest (google_api_jobs v0.17.0) 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 = "projects/api-test-project/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.V3.Model.BatchDeleteJobsRequest{filter: String.t() | nil}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.