
com.pulumi.azure.bot.kotlin.outputs.ChannelLineLineChannel.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azure.bot.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property accessToken The access token which is used to call the Line Channel API.
* @property secret The secret which is used to access the Line Channel.
*/
public data class ChannelLineLineChannel(
public val accessToken: String,
public val secret: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azure.bot.outputs.ChannelLineLineChannel):
ChannelLineLineChannel = ChannelLineLineChannel(
accessToken = javaType.accessToken(),
secret = javaType.secret(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy