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

Recording model

Link to this section Summary

Link to this section Types

@type t() :: %PlacetelAPI.Model.Recording{
  created_at: DateTime.t() | nil,
  direction: String.t() | nil,
  duration: integer() | nil,
  file: String.t() | nil,
  from: String.t() | nil,
  id: integer() | nil,
  time: DateTime.t() | nil,
  to: String.t() | nil,
  transcript: String.t() | nil,
  updated_at: DateTime.t() | nil
}