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 lib/google/apis/gmail_v1/classes.rb, line 419 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/gmail_v1/classes.rb, line 424 def update!(**args) @label_ids = args[:label_ids] if args.key?(:label_ids) @message = args[:message] if args.key?(:message) end