Class HistoryLabelRemoved
Inheritance
HistoryLabelRemoved
Assembly: Google.Apis.Gmail.v1.dll
Syntax
public class HistoryLabelRemoved : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
LabelIds
Label IDs removed from the message.
Declaration
[JsonProperty("labelIds")]
public virtual IList<string> LabelIds { get; set; }
Property Value
Message
Declaration
[JsonProperty("message")]
public virtual Message Message { get; set; }
Property Value
Implements