Class BatchDeleteJobsRequest
Input only. Batch delete jobs request.
Implements
Inherited Members
Namespace: Google.Apis.CloudTalentSolution.v3p1beta1.Data
Assembly: Google.Apis.CloudTalentSolution.v3p1beta1.dll
Syntax
public class BatchDeleteJobsRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Filter
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"
Declaration
[JsonProperty("filter")]
public virtual string Filter { get; set; }
Property Value
Type | Description |
---|---|
string |