class Google::Apis::PeopleV1::GetPeopleResponse
Attributes
responses[RW]
The response for each requested resource name. Corresponds to the JSON property `responses` @return [Array<Google::Apis::PeopleV1::PersonResponse>]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/people_v1/classes.rb, line 1441 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/people_v1/classes.rb, line 1446 def update!(**args) @responses = args[:responses] if args.key?(:responses) end