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