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