Class: Google::Apis::CloudsearchV1::ImapUidsReassign
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::ImapUidsReassign
- 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
-
#label_id ⇒ String
Label Corresponds to the JSON property
labelId. -
#message_id ⇒ Array<Fixnum>
The message Ids Corresponds to the JSON property
messageId.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ImapUidsReassign
constructor
A new instance of ImapUidsReassign.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ImapUidsReassign
Returns a new instance of ImapUidsReassign.
11042 11043 11044 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 11042 def initialize(**args) update!(**args) end |
Instance Attribute Details
#label_id ⇒ String
Label
Corresponds to the JSON property labelId
11035 11036 11037 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 11035 def label_id @label_id end |
#message_id ⇒ Array<Fixnum>
The message Ids
Corresponds to the JSON property messageId
11040 11041 11042 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 11040 def @message_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11047 11048 11049 11050 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 11047 def update!(**args) @label_id = args[:label_id] if args.key?(:label_id) @message_id = args[:message_id] if args.key?(:message_id) end |