End Point Response
data class EndPointResponse(val endPointName: String, val ipAddress: String, val port: String, val protocol: String)
Customer end point to store and retrieve data during a contact with the spacecraft.
Customer end point to store and retrieve data during a contact with the spacecraft.