public sealed class DeleteJobRequest : IMessage<DeleteJobRequest>, IEquatable<DeleteJobRequest>, IDeepCloneable<DeleteJobRequest>, IBufferMessage, IMessage
Delete job request.
Inheritance
System.Object > DeleteJobRequestImplements
Google.Protobuf.IMessage<DeleteJobRequest>, System.IEquatable<DeleteJobRequest>, Google.Protobuf.IDeepCloneable<DeleteJobRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.Talent.V4Assembly
Google.Cloud.Talent.V4.dll
Constructors
DeleteJobRequest()
public DeleteJobRequest()
DeleteJobRequest(DeleteJobRequest)
public DeleteJobRequest(DeleteJobRequest other)
Parameter | |
---|---|
Name | Description |
other | DeleteJobRequest |
Properties
JobName
public JobName JobName { get; set; }
Property Value | |
---|---|
Type | Description |
JobName |
Name
public string Name { get; set; }
Required. The resource name of the job to be deleted.
The format is "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For example, "projects/foo/tenants/bar/jobs/baz".
Property Value | |
---|---|
Type | Description |
System.String |