Show / Hide Table of Contents

Class GoogleAppsDriveLabelsV2LabelDisplayHints

UI display hints for rendering the label.

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

Properties

Disabled

Whether the label should be shown in the UI as disabled.

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

HiddenInSearch

This label should be hidden in the search menu when searching for Drive items.

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

Priority

Order to display label in a list.

Declaration
[JsonProperty("priority")]
public virtual long? Priority { get; set; }
Property Value
Type Description
long?

ShownInApply

This label should be shown in the apply menu when applying values to a Drive item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX