Class BatchCreateJobsRequest (2.13.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/tenant/bar". If tenant id is unspecified, a default tenant is created. For example, "projects/foo".
jobs MutableSequence[google.cloud.talent_v4beta1.types.Job]
Required. The jobs to be created.