Line Registration Response
data class LineRegistrationResponse(val channelAccessToken: String? = null, val channelSecret: String? = null, val generatedId: String)
The properties corresponding to a line channel registration
Constructors
Link copied to clipboard
fun LineRegistrationResponse(channelAccessToken: String? = null, channelSecret: String? = null, generatedId: String)