Class: Google::Cloud::Talent::V4beta1::CreateCompanyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::CreateCompanyRequest
- Defined in:
- lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/company_service.rb
Overview
The Request of the CreateCompany method.
Instance Attribute Summary collapse
-
#company ⇒ Google::Cloud::Talent::V4beta1::Company
Required.
-
#parent ⇒ String
Required.
Instance Attribute Details
#company ⇒ Google::Cloud::Talent::V4beta1::Company
Returns Required.
The company to be created.
37 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/company_service.rb', line 37 class CreateCompanyRequest; end |
#parent ⇒ String
Returns Required.
Resource name of the tenant under which the company is created.
The format is "projects/project_id/tenants/tenant_id", for example, "projects/api-test-project/tenant/foo".
Tenant id is optional and a default tenant is created if unspecified, for example, "projects/api-test-project".
37 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/company_service.rb', line 37 class CreateCompanyRequest; end |