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.
587 588 589 |
# File 'lib/google/apis/gmail_v1/classes.rb', line 587 def initialize(**args) update!(**args) end |
Instance Attribute Details
#message ⇒ Google::Apis::GmailV1::Message
An email message.
Corresponds to the JSON property message
585 586 587 |
# File 'lib/google/apis/gmail_v1/classes.rb', line 585 def @message end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
592 593 594 |
# File 'lib/google/apis/gmail_v1/classes.rb', line 592 def update!(**args) @message = args[:message] if args.key?(:message) end |