Class BatchModifyMessagesRequest
Implements
Inherited Members
Namespace: Google.Apis.Gmail.v1.Data
Assembly: Google.Apis.Gmail.v1.dll
Syntax
public class BatchModifyMessagesRequest : IDirectResponseSchema
Properties
AddLabelIds
A list of label IDs to add to messages.
Declaration
[JsonProperty("addLabelIds")]
public virtual IList<string> AddLabelIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Ids
The IDs of the messages to modify. There is a limit of 1000 ids per request.
Declaration
[JsonProperty("ids")]
public virtual IList<string> Ids { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
RemoveLabelIds
A list of label IDs to remove from messages.
Declaration
[JsonProperty("removeLabelIds")]
public virtual IList<string> RemoveLabelIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |