GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2LifecycleDisabledPolicy (google_api_drive_labels v0.3.0)

View Source

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

Attributes

  • hideInSearch (type: boolean(), default: nil) - 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.
  • showInApply (type: boolean(), default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2LifecycleDisabledPolicy{
    hideInSearch: boolean() | nil,
    showInApply: boolean() | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.