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

View Source

The capabilities related to this choice on applied metadata.

Attributes

  • canRead (type: boolean(), default: nil) - Whether the user can read related applied metadata on items.
  • canSearch (type: boolean(), default: nil) - Whether the user can use this choice in search queries.
  • canSelect (type: boolean(), default: nil) - Whether the user can select this choice on an item.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceAppliedCapabilities{
    canRead: boolean() | nil,
    canSearch: boolean() | nil,
    canSelect: boolean() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.