Attributes
public struct Attributes : Codable
A root object that stores information about a single badge, such as the badge’s name, description, and color.
-
The name of the badge.
Declaration
Swift
public let name: String
-
The description of the badge.
Declaration
Swift
public let description: String
-
The text color of th badge.
Declaration
Swift
public let textColor: String
-
The background color of the badge.
Declaration
Swift
public let backgroundColor: String
-
The media object of the symbol of the badge.
Declaration
Swift
public let symbol: Media?