Class BatchCreateJobsRequest (2.5.2)

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

Request to create a batch of jobs.

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/tenants/bar".
jobs Sequence[google.cloud.talent_v4.types.Job]
Required. The jobs to be created. A maximum of 200 jobs can be created in a batch.