Contact Profile Link Channel Args
data class ContactProfileLinkChannelArgs(val bandwidthMHz: Output<Double>, val centerFrequencyMHz: Output<Double>, val decodingConfiguration: Output<String>? = null, val demodulationConfiguration: Output<String>? = null, val encodingConfiguration: Output<String>? = null, val endPoint: Output<EndPointArgs>, val modulationConfiguration: Output<String>? = null, val name: Output<String>) : ConvertibleToJava<ContactProfileLinkChannelArgs>
Contact Profile Link Channel.
Constructors
Link copied to clipboard
fun ContactProfileLinkChannelArgs(bandwidthMHz: Output<Double>, centerFrequencyMHz: Output<Double>, decodingConfiguration: Output<String>? = null, demodulationConfiguration: Output<String>? = null, encodingConfiguration: Output<String>? = null, endPoint: Output<EndPointArgs>, modulationConfiguration: Output<String>? = null, name: Output<String>)