Show / Hide Table of Contents

Class GoogleAppsDriveLabelsV2FieldSelectionOptions

Options for the selection field type.

Inheritance
object
GoogleAppsDriveLabelsV2FieldSelectionOptions
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.DriveLabels.v2.Data
Assembly: Google.Apis.DriveLabels.v2.dll
Syntax
public class GoogleAppsDriveLabelsV2FieldSelectionOptions : IDirectResponseSchema

Properties

Choices

The options available for this selection field. The list order is consistent, and modified with insert_before_choice.

Declaration
[JsonProperty("choices")]
public virtual IList<GoogleAppsDriveLabelsV2FieldSelectionOptionsChoice> Choices { get; set; }
Property Value
Type Description
IList<GoogleAppsDriveLabelsV2FieldSelectionOptionsChoice>

ETag

The ETag of the item.

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

ListOptions

When specified, indicates this field supports a list of values. Once the field is published, this cannot be changed.

Declaration
[JsonProperty("listOptions")]
public virtual GoogleAppsDriveLabelsV2FieldListOptions ListOptions { get; set; }
Property Value
Type Description
GoogleAppsDriveLabelsV2FieldListOptions

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX