Show / Hide Table of Contents

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.

Inheritance
object
ClassificationLabelValue
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX