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

Request to enable a Choice.

Attributes

  • fieldId (type: String.t, default: nil) - Required. The Selection Field in which a Choice will be enabled.
  • id (type: String.t, default: nil) - Required. Choice to enable.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestEnableSelectionChoiceRequest{
    fieldId: String.t() | nil,
    id: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.