Get Spacecraft Result
data class GetSpacecraftResult(val azureApiVersion: String, 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.