Contacts Properties Response Antenna Configuration
data class ContactsPropertiesResponseAntennaConfiguration(val destinationIp: String? = null, val sourceIps: List<String>? = null)
The configuration associated with the allocated antenna.
Constructors
Link copied to clipboard
fun ContactsPropertiesResponseAntennaConfiguration(destinationIp: String? = null, sourceIps: List<String>? = null)