Class ClassificationLabelValue
Classification Labels applied to the email message. Classification Labels are different from Gmail inbox labels. Only used for Google Workspace accounts. Learn more about classification labels.
Implements
Inherited Members
Namespace: Google.Apis.Gmail.v1.Data
Assembly: Google.Apis.Gmail.v1.dll
Syntax
public class ClassificationLabelValue : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Fields
Field values for the given classification label ID.
Declaration
[JsonProperty("fields")]
public virtual IList<ClassificationLabelFieldValue> Fields { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<ClassificationLabelFieldValue> |
LabelId
Required. The canonical or raw alphanumeric classification label ID. Maps to the ID field of the Google Drive Label resource.
Declaration
[JsonProperty("labelId")]
public virtual string LabelId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |