Class: Google::Apis::CloudsearchV1::ImapsyncFolderAttributeFolderMessage
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::ImapsyncFolderAttributeFolderMessage
- 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
Instance Attribute Summary collapse
-
#flags ⇒ Google::Apis::CloudsearchV1::ImapsyncFolderAttributeFolderMessageFlags
Flags of the message.
-
#uid ⇒ Fixnum
UID of the message.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ImapsyncFolderAttributeFolderMessage
constructor
A new instance of ImapsyncFolderAttributeFolderMessage.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ImapsyncFolderAttributeFolderMessage
Returns a new instance of ImapsyncFolderAttributeFolderMessage.
11060 11061 11062 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 11060 def initialize(**args) update!(**args) end |
Instance Attribute Details
#flags ⇒ Google::Apis::CloudsearchV1::ImapsyncFolderAttributeFolderMessageFlags
Flags of the message. Represents unseen and flagged state.
Corresponds to the JSON property flags
11053 11054 11055 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 11053 def flags @flags end |
#uid ⇒ Fixnum
UID of the message.
Corresponds to the JSON property uid
11058 11059 11060 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 11058 def uid @uid end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11065 11066 11067 11068 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 11065 def update!(**args) @flags = args[:flags] if args.key?(:flags) @uid = args[:uid] if args.key?(:uid) end |