Contact Profile Link Response
data class ContactProfileLinkResponse(val channels: List<ContactProfileLinkChannelResponse>, val direction: String, val eirpdBW: Double? = null, val gainOverTemperature: Double? = null, val name: String, val polarization: String)
Contact Profile Link.
Constructors
Link copied to clipboard
fun ContactProfileLinkResponse(channels: List<ContactProfileLinkChannelResponse>, direction: String, eirpdBW: Double? = null, gainOverTemperature: Double? = null, name: String, polarization: String)