Class: Google::Apis::CloudsearchV1::ImapUpdate
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::ImapUpdate
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudsearch_v1/classes.rb,
lib/google/apis/cloudsearch_v1/representations.rb,
lib/google/apis/cloudsearch_v1/representations.rb
Overview
HistoryRecord for changes associated with IMAP, namely: IMAP_UIDS_REASSIGN
Instance Attribute Summary collapse
-
#imap_uids_reassign ⇒ Google::Apis::CloudsearchV1::ImapUidsReassign
Corresponds to the JSON property
imapUidsReassign
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ImapUpdate
constructor
A new instance of ImapUpdate.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ImapUpdate
Returns a new instance of ImapUpdate.
11604 11605 11606 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 11604 def initialize(**args) update!(**args) end |
Instance Attribute Details
#imap_uids_reassign ⇒ Google::Apis::CloudsearchV1::ImapUidsReassign
Corresponds to the JSON property imapUidsReassign
11602 11603 11604 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 11602 def imap_uids_reassign @imap_uids_reassign end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11609 11610 11611 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 11609 def update!(**args) @imap_uids_reassign = args[:imap_uids_reassign] if args.key?(:imap_uids_reassign) end |