Class ModifyMessageRequest
public class ModifyMessageRequest : IDirectResponseSchema
- Inheritance
-
ModifyMessageRequest
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
ModifyMessageRequest()
public ModifyMessageRequest()
Properties
AddLabelIds
A list of IDs of labels to add to this message.
public virtual IList<string> AddLabelIds { get; set; }
Property Value
ETag
The ETag of the item.
public virtual string ETag { get; set; }
Property Value
RemoveLabelIds
A list IDs of labels to remove from this message.
public virtual IList<string> RemoveLabelIds { get; set; }