Show / Hide Table of Contents

Class GoogleAppsDriveLabelsV2FieldSchemaCapabilities

The capabilities related to this field when editing the field.

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

Properties

CanDelete

Whether the user can delete this field. The user must have permission and the field must be deprecated.

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

CanDisable

Whether the user can disable this field. The user must have permission and this field must not already be disabled.

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

CanEnable

Whether the user can enable this field. The user must have permission and this field must be disabled.

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

CanUpdate

Whether the user can change this field.

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