LineChannelPropertiesArgs

data class LineChannelPropertiesArgs(val lineRegistrations: Output<List<LineRegistrationArgs>>) : ConvertibleToJava<LineChannelPropertiesArgs>

The parameters to provide for the Line channel.

Constructors

Link copied to clipboard
constructor(lineRegistrations: Output<List<LineRegistrationArgs>>)

Properties

Link copied to clipboard

The list of line channel registrations

Functions

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