Class: Google::Cloud::Talent::V4beta1::ListProfilesResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#next_page_tokenString

Returns A token to retrieve the next page of results. This is empty if there are no more results.

Returns:

  • (String)

    A token to retrieve the next page of results. This is empty if there are no more results.



64
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile_service.rb', line 64

class ListProfilesResponse; end

#profilesArray<Google::Cloud::Talent::V4beta1::Profile>

Returns Profiles for the specific tenant.

Returns:



64
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile_service.rb', line 64

class ListProfilesResponse; end