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

Response following Selection Choice create.

Attributes

  • fieldId (type: String.t, default: nil) - The server-generated id of the field.
  • id (type: String.t, default: nil) - The server-generated ID of the created choice within the Field

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.