Class: Google::Cloud::Talent::V4beta1::GetTenantRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/tenant_service.rb

Overview

Request for getting a tenant by name.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Returns Required. The resource name of the tenant to be retrieved.

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

Returns:

  • (String)

    Required. The resource name of the tenant to be retrieved.

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



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

class GetTenantRequest; end