Class CreateJobRequest (2.3.0)

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

Create job request. .. attribute:: parent

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".

:type: str

Attribute

NameDescription
job google.cloud.talent_v4.types.Job
Required. The Job to be created.