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

Update an agent

Link to this section Summary

Link to this section Types

@type t() :: %PlacetelAPI.Model.PutCallCenterAgents{
  description: String.t() | nil,
  name: String.t() | nil,
  priority: integer() | nil,
  status: String.t() | nil
}