Class GoogleAppsDriveLabelsV2LifecycleDisabledPolicy
The policy that governs how to treat a disabled label, field, or selection choice in different contexts.
Implements
Inherited Members
Namespace: Google.Apis.DriveLabels.v2.Data
Assembly: Google.Apis.DriveLabels.v2.dll
Syntax
public class GoogleAppsDriveLabelsV2LifecycleDisabledPolicy : 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? |