LineRegistrationArgs

data class LineRegistrationArgs(val channelAccessToken: Output<String>? = null, val channelSecret: Output<String>? = null) : ConvertibleToJava<LineRegistrationArgs>

The properties corresponding to a line channel registration

Constructors

Link copied to clipboard
fun LineRegistrationArgs(channelAccessToken: Output<String>? = null, channelSecret: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): LineRegistrationArgs

Properties

Link copied to clipboard
val channelAccessToken: Output<String>? = null

Access token for the line channel registration

Link copied to clipboard
val channelSecret: Output<String>? = null

Secret for the line channel registration