Class GoogleAppsDriveLabelsV2betaFieldSchemaCapabilities
The capabilities related to this field when editing the field.
Implements
Inherited Members
Namespace: Google.Apis.DriveLabels.v2beta.Data
Assembly: Google.Apis.DriveLabels.v2beta.dll
Syntax
public class GoogleAppsDriveLabelsV2betaFieldSchemaCapabilities : 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 |