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

RoutingPlan model

Link to this section Summary

Link to this section Types

@type t() :: %PlacetelAPI.Model.RoutingPlan{
  created_at: DateTime.t() | nil,
  description: String.t() | nil,
  did: integer() | nil,
  id: integer() | nil,
  name: String.t() | nil,
  rings_for: String.t() | nil,
  routing_object_counts: String.t() | nil,
  updated_at: DateTime.t() | nil
}