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