View Source GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2FieldDisplayHints (google_api_drive_labels v0.2.0)

UI display hints for rendering a field.

Attributes

  • disabled (type: boolean(), default: nil) - Whether the field should be shown in the UI as disabled.
  • hiddenInSearch (type: boolean(), default: nil) - This field should be hidden in the search menu when searching for Drive items.
  • required (type: boolean(), default: nil) - Whether the field should be shown as required in the UI.
  • shownInApply (type: boolean(), default: nil) - This field 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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.