Class: Google::Cloud::Talent::V4beta1::CreateTenantRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::CreateTenantRequest
- Defined in:
- lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/tenant_service.rb
Overview
The Request of the CreateTenant method.
Instance Attribute Summary collapse
-
#parent ⇒ String
Required.
-
#tenant ⇒ Google::Cloud::Talent::V4beta1::Tenant
Required.
Instance Attribute Details
#parent ⇒ String
Returns Required. Resource name of the project under which the tenant is created.
The format is "projects/project_id", for example, "projects/foo".
30 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/tenant_service.rb', line 30 class CreateTenantRequest; end |
#tenant ⇒ Google::Cloud::Talent::V4beta1::Tenant
Returns Required. The tenant to be created.
30 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/tenant_service.rb', line 30 class CreateTenantRequest; end |