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
constructor(channelAccessToken: Output<String>? = null, channelSecret: Output<String>? = null)

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

Functions

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