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

Me model

Link to this section Summary

Link to this section Types

@type t() :: %PlacetelAPI.Model.Me{
  company: String.t() | nil,
  created_at: DateTime.t() | nil,
  email: String.t() | nil,
  id: integer() | nil,
  name: String.t() | nil,
  platform: String.t() | nil,
  primary_sip_user_id: integer() | nil,
  rights_numbers: [String.t()] | nil,
  updated_at: DateTime.t() | nil
}