Class: Google::Cloud::Talent::V4beta1::ListTenantsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::ListTenantsResponse
- Defined in:
- lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/tenant_service.rb
Overview
Output only.
The List tenants response object.
Instance Attribute Summary collapse
-
#metadata ⇒ Google::Cloud::Talent::V4beta1::ResponseMetadata
Additional information for the API invocation, such as the request tracking id.
-
#next_page_token ⇒ String
A token to retrieve the next page of results.
-
#tenants ⇒ Array<Google::Cloud::Talent::V4beta1::Tenant>
Tenants for the current client.
Instance Attribute Details
#metadata ⇒ Google::Cloud::Talent::V4beta1::ResponseMetadata
Returns Additional information for the API invocation, such as the request tracking id.
111 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/tenant_service.rb', line 111 class ListTenantsResponse; end |
#next_page_token ⇒ String
Returns A token to retrieve the next page of results.
111 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/tenant_service.rb', line 111 class ListTenantsResponse; end |
#tenants ⇒ Array<Google::Cloud::Talent::V4beta1::Tenant>
Returns Tenants for the current client.
111 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/tenant_service.rb', line 111 class ListTenantsResponse; end |