Class GoogleAppsDriveLabelsV2FieldUserOptions
Options for the user field type.
Implements
Inherited Members
Namespace: Google.Apis.DriveLabels.v2.Data
Assembly: Google.Apis.DriveLabels.v2.dll
Syntax
public class GoogleAppsDriveLabelsV2FieldUserOptions : 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 GoogleAppsDriveLabelsV2FieldListOptions ListOptions { get; set; }
Property Value
Type | Description |
---|---|
GoogleAppsDriveLabelsV2FieldListOptions |