GetChannelPolicyPlainArgs

data class GetChannelPolicyPlainArgs(val channelGroupName: String, val channelName: String) : ConvertibleToJava<GetChannelPolicyPlainArgs>

Constructors

Link copied to clipboard
constructor(channelGroupName: String, channelName: String)

Properties

Link copied to clipboard

The name of the channel group associated with the channel policy.

Link copied to clipboard

The name of the channel associated with the channel policy.

Functions

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