ContactProfileLink

data class ContactProfileLink(val channels: List<ContactProfileLinkChannel>, val direction: String, val name: String, val polarization: String)

Constructors

Link copied to clipboard
constructor(channels: List<ContactProfileLinkChannel>, direction: String, name: String, polarization: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of contact profile link channels. A channels block as defined below.

Link copied to clipboard

Direction of the link. Possible values are Uplink and Downlink.

Link copied to clipboard

Name of the link.

Link copied to clipboard

Polarization of the link. Possible values are LHCP, RHCP, linearVertical and linearHorizontal.