Agent Alias History Event
data class AgentAliasHistoryEvent(val endDate: String? = null, val routingConfiguration: List<AgentAliasRoutingConfigurationListItem>? = null, val startDate: String? = null)
History event for an alias for an Agent.
Constructors
Link copied to clipboard
constructor(endDate: String? = null, routingConfiguration: List<AgentAliasRoutingConfigurationListItem>? = null, startDate: String? = null)