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

ShortCode model

Link to this section Summary

Link to this section Types

@type t() :: %PlacetelAPI.Model.ShortCode{
  action: String.t() | nil,
  code: String.t() | nil,
  created_at: DateTime.t() | nil,
  description: String.t() | nil,
  group_id: String.t() | nil,
  id: String.t() | nil,
  number: String.t() | nil,
  updated_at: DateTime.t() | nil
}