class Google::Apis::GmailV1::BatchDeleteMessagesRequest

Attributes

ids[RW]

The IDs of the messages to delete. Corresponds to the JSON property `ids` @return [Array<String>]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/gmail_v1/classes.rb, line 34
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/gmail_v1/classes.rb, line 39
def update!(**args)
  @ids = args[:ids] if args.key?(:ids)
end