Class: Google::Cloud::Talent::V4beta1::CreateTenantRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#parentString

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

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

Returns:

  • (String)

    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

#tenantGoogle::Cloud::Talent::V4beta1::Tenant

Returns Required. The tenant to be created.

Returns:



30
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/tenant_service.rb', line 30

class CreateTenantRequest; end