Class CreateCompanyRequest (1.0.2)

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

The Request of the CreateCompany method.

Attributes

NameDescription
parent str
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/tenants/bar".
company .gct_company.Company
Required. The company to be created.