Show / Hide Table of Contents

Class GoogleAppsDriveLabelsV2betaLabelSchemaCapabilities

The capabilities related to this label when editing the label.

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

Properties

CanDelete

Whether the user can delete this label. The user must have permission and the label must be disabled.

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

CanDisable

Whether the user can disable this label. The user must have permission and this label 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 label. The user must have permission and this label must be disabled.

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

CanUpdate

Whether the user can change this label.

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