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