AuthorizedGroundstationResponse

data class AuthorizedGroundstationResponse(val expirationDate: String, val groundStation: String)

Authorized groundstation.

Constructors

Link copied to clipboard
constructor(expirationDate: String, groundStation: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Date of authorization expiration.

Link copied to clipboard

Groundstation name.