Show / Hide Table of Contents

Class BatchDeleteJobsRequest

Input only. Batch delete jobs request.

Inheritance
object
BatchDeleteJobsRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX