Show / Hide Table of Contents

Class ClassificationLabelFieldValue

Field values for a classification label.

Inheritance
object
ClassificationLabelFieldValue
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 ClassificationLabelFieldValue : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FieldId

Required. The field ID for the Classification Label Value. Maps to the ID field of the Google Drive Label.Field object.

Declaration
[JsonProperty("fieldId")]
public virtual string FieldId { get; set; }
Property Value
Type Description
string

Selection

Selection choice ID for the selection option. Should only be set if the field type is SELECTION in the Google Drive Label.Field object. Maps to the id field of the Google Drive Label.Field.SelectionOptions resource.

Declaration
[JsonProperty("selection")]
public virtual string Selection { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX