Class: Google::Apis::GmailV1::HistoryMessageAdded
- Inherits:
-
Object
- Object
- Google::Apis::GmailV1::HistoryMessageAdded
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/gmail_v1/classes.rb,
lib/google/apis/gmail_v1/representations.rb,
lib/google/apis/gmail_v1/representations.rb
Instance Attribute Summary collapse
-
#message ⇒ Google::Apis::GmailV1::Message
An email message.
Instance Method Summary collapse
-
#initialize(**args) ⇒ HistoryMessageAdded
constructor
A new instance of HistoryMessageAdded.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ HistoryMessageAdded
Returns a new instance of HistoryMessageAdded.
618 619 620 |
# File 'lib/google/apis/gmail_v1/classes.rb', line 618 def initialize(**args) update!(**args) end |
Instance Attribute Details
#message ⇒ Google::Apis::GmailV1::Message
An email message.
Corresponds to the JSON property message
616 617 618 |
# File 'lib/google/apis/gmail_v1/classes.rb', line 616 def @message end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
623 624 625 |
# File 'lib/google/apis/gmail_v1/classes.rb', line 623 def update!(**args) @message = args[:message] if args.key?(:message) end |