Show / Hide Table of Contents

Class GoogleAppsDriveLabelsV2betaLifecycleDisabledPolicy

The policy that governs how to treat a disabled label, field, or selection choice in different contexts.

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

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

HideInSearch

Whether to hide this disabled object in the search menu for Drive items. * When false, the object is generally shown in the UI as disabled but it appears in the search results when searching for Drive items. * When true, the object is generally hidden in the UI when searching for Drive items.

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

ShowInApply

Whether to show this disabled object in the apply menu on Drive items. * When true, the object is generally shown in the UI as disabled and is unselectable. * When false, the object is generally hidden in the UI.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX