CustomSipHeadersPropertiesArgs

data class CustomSipHeadersPropertiesArgs(val headers: Output<List<CustomSipHeaderArgs>>? = null) : ConvertibleToJava<CustomSipHeadersPropertiesArgs>

Properties of Custom SIP Headers.

Constructors

Link copied to clipboard
constructor(headers: Output<List<CustomSipHeaderArgs>>? = null)

Properties

Link copied to clipboard
val headers: Output<List<CustomSipHeaderArgs>>? = null

The Custom SIP Headers to apply to the calls which traverse the Communications Gateway

Functions

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