Spacecraft Link Response
data class SpacecraftLinkResponse(val authorizations: List<AuthorizedGroundstationResponse>, val bandwidthMHz: Double, val centerFrequencyMHz: Double, val direction: String, val name: String, val polarization: String)
List of authorized spacecraft links per ground station and the expiration date of the authorization.
Constructors
Link copied to clipboard
fun SpacecraftLinkResponse(authorizations: List<AuthorizedGroundstationResponse>, bandwidthMHz: Double, centerFrequencyMHz: Double, direction: String, name: String, polarization: String)