Class CreateJobRequest (2.7.0)

CreateJobRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Create job request.

Attributes

NameDescription
parent str
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/tenant/bar". If tenant id is unspecified a default tenant is created. For example, "projects/foo".
job google.cloud.talent_v4beta1.types.Job
Required. The Job to be created.

Inheritance

builtins.object > proto.message.Message > CreateJobRequest