ScorecardJSON
struct ScorecardJSON : Codable
extension ScorecardJSON: CustomStringConvertible
extension ScorecardJSON: CustomDebugStringConvertible
Reply from the scorecard endpoints
-
type
Declaration
Swift
let type: String -
userId
Declaration
Swift
let userId: String -
Declaration
Swift
var description: String { get } -
Declaration
Swift
var debugDescription: String { get }
View on GitHub
ScorecardJSON Structure Reference