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

The capabilities related to this choice when editing the choice.

Attributes

  • canDelete (type: boolean(), default: nil) - Whether the user can delete this choice.
  • canDisable (type: boolean(), default: nil) - Whether the user can disable this choice.
  • canEnable (type: boolean(), default: nil) - Whether the user can enable this choice.
  • canUpdate (type: boolean(), default: nil) - Whether the user can update this choice.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceSchemaCapabilities{
    canDelete: boolean() | nil,
    canDisable: boolean() | nil,
    canEnable: boolean() | nil,
    canUpdate: boolean() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.