google_api_jobs v0.9.0 GoogleApi.Jobs.V3.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 = "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
Link to this type
t()
View Sourcet() :: %GoogleApi.Jobs.V3.Model.BatchDeleteJobsRequest{filter: String.t()}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.