LogEventResponseModel.swift 217 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 // // LogEventResponseModel.swift // VPNAnalytics // // Created by Mihail Konoplitskyi on 02.09.2022. // import Foundation struct LogEventResponseModel: Codable { var success: Bool var message: String? }