View Source GoogleApi.Calendar.V3.Model.ConferenceSolution (google_api_calendar v0.23.1)

Attributes

  • iconUri (type: String.t, default: nil) - The user-visible icon for this solution.
  • key (type: GoogleApi.Calendar.V3.Model.ConferenceSolutionKey.t, default: nil) - The key which can uniquely identify the conference solution for this event.
  • name (type: String.t, default: nil) - The user-visible name of this solution. Not localized.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Calendar.V3.Model.ConferenceSolution{
  iconUri: String.t() | nil,
  key: GoogleApi.Calendar.V3.Model.ConferenceSolutionKey.t() | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.