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

View Source

UI display hints for rendering the label.

Attributes

  • disabled (type: boolean(), default: nil) - Whether the label should be shown in the UI as disabled.
  • hiddenInSearch (type: boolean(), default: nil) - This label should be hidden in the search menu when searching for Drive items.
  • priority (type: String.t, default: nil) - Order to display label in a list.
  • shownInApply (type: boolean(), default: nil) - This label should be shown in the apply menu when applying values to a Drive item.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2LabelDisplayHints{
  disabled: boolean() | nil,
  hiddenInSearch: boolean() | nil,
  priority: String.t() | nil,
  shownInApply: boolean() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.