Class: Google::Cloud::Talent::V4beta1::ListProfilesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::ListProfilesResponse
- Defined in:
- lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile_service.rb
Overview
The List profiles response object.
Instance Attribute Summary collapse
-
#next_page_token ⇒ String
A token to retrieve the next page of results.
-
#profiles ⇒ Array<Google::Cloud::Talent::V4beta1::Profile>
Profiles for the specific tenant.
Instance Attribute Details
#next_page_token ⇒ String
Returns A token to retrieve the next page of results. This is empty if there are no more results.
77 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile_service.rb', line 77 class ListProfilesResponse; end |
#profiles ⇒ Array<Google::Cloud::Talent::V4beta1::Profile>
Returns Profiles for the specific tenant.
77 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile_service.rb', line 77 class ListProfilesResponse; end |