Class HistoryLabelRemoved
public class HistoryLabelRemoved : IDirectResponseSchema
- Inheritance
-
HistoryLabelRemoved
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
HistoryLabelRemoved()
public HistoryLabelRemoved()
Properties
ETag
The ETag of the item.
public virtual string ETag { get; set; }
Property Value
LabelIds
Label IDs removed from the message.
public virtual IList<string> LabelIds { get; set; }
Property Value
Message
public virtual Message Message { get; set; }