class Google::Apis::PeopleV1::BatchCreateContactsResponse

If not successful, returns BatchCreateContactsErrorDetails which contains a list of errors for each invalid contact. The response to a request to create a batch of contacts.

Attributes

created_people[RW]

The contacts that were created, unless the request `read_mask` is empty. Corresponds to the JSON property `createdPeople` @return [Array<Google::Apis::PeopleV1::PersonResponse>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/people_v1/classes.rb, line 191
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 196
def update!(**args)
  @created_people = args[:created_people] if args.key?(:created_people)
end