Line Channel Properties Response
data class LineChannelPropertiesResponse(val callbackUrl: String, val isValidated: Boolean, val lineRegistrations: List<LineRegistrationResponse>)
The parameters to provide for the Line channel.
Constructors
Link copied to clipboard
constructor(callbackUrl: String, isValidated: Boolean, lineRegistrations: List<LineRegistrationResponse>)