ContactProfileLink

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

Constructors

Link copied to clipboard
fun ContactProfileLink(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. Changing this forces a new resource to be created.

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.