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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/talent/v4beta1/profile_service.rb

Overview

The List profiles response object.

Instance Attribute Summary collapse

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.

Returns:

  • (::String)

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



82
83
84
85
# File 'proto_docs/google/cloud/talent/v4beta1/profile_service.rb', line 82

class ListProfilesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#profiles::Array<::Google::Cloud::Talent::V4beta1::Profile>

Returns Profiles for the specific tenant.

Returns:



82
83
84
85
# File 'proto_docs/google/cloud/talent/v4beta1/profile_service.rb', line 82

class ListProfilesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end