Class CreateCompanyRequest (2.3.0)

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

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

Required. Resource name of the tenant under which the company 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".

:type: str

Attribute

NameDescription
company google.cloud.talent_v4beta1.types.Company
Required. The company to be created.