Class ClassificationLabelFieldValue
Field values for a classification label.
Implements
Inherited Members
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 |