Class: Google::Apis::PeopleV1::GetPeopleResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/people_v1/classes.rb,
generated/google/apis/people_v1/representations.rb,
generated/google/apis/people_v1/representations.rb

Overview

The response to a get request for a list of people by resource name.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ GetPeopleResponse

Returns a new instance of GetPeopleResponse.



761
762
763
# File 'generated/google/apis/people_v1/classes.rb', line 761

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#responsesArray<Google::Apis::PeopleV1::PersonResponse>

The response for each requested resource name. Corresponds to the JSON property responses



759
760
761
# File 'generated/google/apis/people_v1/classes.rb', line 759

def responses
  @responses
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



766
767
768
# File 'generated/google/apis/people_v1/classes.rb', line 766

def update!(**args)
  @responses = args[:responses] if args.key?(:responses)
end