Get Spacecraft Result
data class GetSpacecraftResult(val id: String, val links: List<SpacecraftLinkResponse>, val location: String, val name: String, val noradId: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val titleLine: String, val tleLine1: String, val tleLine2: String, val type: String)
Customer creates a spacecraft resource to schedule a contact.
Constructors
Link copied to clipboard
fun GetSpacecraftResult(id: String, links: List<SpacecraftLinkResponse>, location: String, name: String, noradId: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, titleLine: String, tleLine1: String, tleLine2: String, type: String)