Show / Hide Table of Contents

Class GoogleAppsDriveLabelsV2betaLabelAppliedCapabilities

The capabilities a user has on this label's applied metadata.

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

Properties

CanApply

Whether the user can apply this label to items.

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

CanRead

Whether the user can read applied metadata related to this label.

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

CanRemove

Whether the user can remove this label from items.

Declaration
[JsonProperty("canRemove")]
public virtual bool? CanRemove { 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