class Google::Apis::PeopleV1::GetPeopleResponse

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

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 lib/google/apis/people_v1/classes.rb, line 1127
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/people_v1/classes.rb, line 1132
def update!(**args)
  @responses = args[:responses] if args.key?(:responses)
end