Class CreateTenantRequest (2.3.0)

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

The Request of the CreateTenant method. .. attribute:: parent

Required. Resource name of the project under which the tenant is created.

The format is "projects/{project_id}", for example, "projects/foo".

:type: str

Attribute

NameDescription
tenant google.cloud.talent_v4.types.Tenant
Required. The tenant to be created.