public sealed class CreateJobRequest : IMessage<CreateJobRequest>, IEquatable<CreateJobRequest>, IDeepCloneable<CreateJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4 API class CreateJobRequest.
Create job request.
Implements
IMessageCreateJobRequest, IEquatableCreateJobRequest, IDeepCloneableCreateJobRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Talent.V4Assembly
Google.Cloud.Talent.V4.dll
Constructors
CreateJobRequest()
public CreateJobRequest()
CreateJobRequest(CreateJobRequest)
public CreateJobRequest(CreateJobRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateJobRequest |
Properties
Job
public Job Job { get; set; }
Required. The Job to be created.
Property Value | |
---|---|
Type | Description |
Job |
Parent
public string Parent { get; set; }
Required. The resource name of the tenant under which the job is created.
The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenants/bar".
Property Value | |
---|---|
Type | Description |
string |
ParentAsTenantName
public TenantName ParentAsTenantName { get; set; }
TenantName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
TenantName |