class Google::Apis::GmailV1::HistoryLabelRemoved

Attributes

label_ids[RW]

Label IDs removed from the message. Corresponds to the JSON property `labelIds` @return [Array<String>]

message[RW]

An email message. Corresponds to the JSON property `message` @return [Google::Apis::GmailV1::Message]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/gmail_v1/classes.rb, line 160
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 165
def update!(**args)
  @label_ids = args[:label_ids] if args.key?(:label_ids)
  @message = args[:message] if args.key?(:message)
end