View Source PlacetelAPI.Model.Key (placetel_api v2.0.1)

Link to this section Summary

Link to this section Types

@type t() :: %PlacetelAPI.Model.Key{
  extended: String.t() | nil,
  label: String.t() | nil,
  position: String.t() | nil,
  type: String.t() | nil,
  value: String.t() | nil
}