Show / Hide Table of Contents

Class GoogleAppsDriveLabelsV2betaFieldUserOptions

Options for the user field type.

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

Properties

ETag

The ETag of the item.

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

ListOptions

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

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX