Class CreateJobRequest
Input only. Create job request.
Implements
Inherited Members
Namespace: Google.Apis.CloudTalentSolution.v3p1beta1.Data
Assembly: Google.Apis.CloudTalentSolution.v3p1beta1.dll
Syntax
public class CreateJobRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Job
Required. The Job to be created.
Declaration
[JsonProperty("job")]
public virtual Job Job { get; set; }
Property Value
Type | Description |
---|---|
Job |