class Google::Apis::PeopleV1::BatchDeleteContactsRequest

A request to delete a batch of existing contacts.

Attributes

resource_names[RW]

Required. The resource names of the contact to delete. It's repeatable. Allows up to 500 resource names in a single request. Corresponds to the JSON property `resourceNames` @return [Array<String>]

Public Class Methods

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