Class: Google::Apis::PeopleV1::GetPeopleResponse
- Inherits:
-
Object
- Object
- Google::Apis::PeopleV1::GetPeopleResponse
- 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
Instance Attribute Summary collapse
-
#responses ⇒ Array<Google::Apis::PeopleV1::PersonResponse>
The response for each requested resource name.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GetPeopleResponse
constructor
A new instance of GetPeopleResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GetPeopleResponse
Returns a new instance of GetPeopleResponse
760 761 762 |
# File 'generated/google/apis/people_v1/classes.rb', line 760 def initialize(**args) update!(**args) end |
Instance Attribute Details
#responses ⇒ Array<Google::Apis::PeopleV1::PersonResponse>
The response for each requested resource name.
Corresponds to the JSON property responses
758 759 760 |
# File 'generated/google/apis/people_v1/classes.rb', line 758 def responses @responses end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
765 766 767 |
# File 'generated/google/apis/people_v1/classes.rb', line 765 def update!(**args) @responses = args[:responses] if args.key?(:responses) end |