BadgeResponse

public struct BadgeResponse : Codable

A root object that stores information about a collection of badges.

Properties

  • The data included in the repsonse for a badge object request.

    Declaration

    Swift

    public let data: [Badge]