Show / Hide Table of Contents

Class GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceSchemaCapabilities

The capabilities related to this choice when editing the choice.

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

Properties

CanDelete

Whether the user can delete this choice.

Declaration
[JsonProperty("canDelete")]
public virtual bool? CanDelete { get; set; }
Property Value
Type Description
bool?

CanDisable

Whether the user can disable this choice.

Declaration
[JsonProperty("canDisable")]
public virtual bool? CanDisable { get; set; }
Property Value
Type Description
bool?

CanEnable

Whether the user can enable this choice.

Declaration
[JsonProperty("canEnable")]
public virtual bool? CanEnable { get; set; }
Property Value
Type Description
bool?

CanUpdate

Whether the user can update this choice.

Declaration
[JsonProperty("canUpdate")]
public virtual bool? CanUpdate { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX