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

Request to delete a Choice.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.