Channel Response
data class ChannelResponse(val id: String, val name: String, val phoneNumber: String, val phoneNumberId: String, val status: ChannelStatus, val createdAt: LocalDateTime)(source)
Constructors
Link copied to clipboard
constructor(id: String, name: String, phoneNumber: String, phoneNumberId: String, status: ChannelStatus, createdAt: LocalDateTime)