GoogleApi.Area120Tables.V1alpha1.Model.LabeledItem (google_api_area120_tables v0.6.0) View Source

A single item in a labeled column.

Attributes

  • id (type: String.t, default: nil) - Internal id associated with the item.
  • name (type: String.t, default: nil) - Display string as entered by user.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Area120Tables.V1alpha1.Model.LabeledItem{
  id: String.t() | nil,
  name: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.