Card
public class Card : Codable
Undocumented
-
The url associated with the card.
Declaration
Swift
public let url: URL
-
The title of the card.
Declaration
Swift
public let title: String
-
The card description.
Declaration
Swift
public let description: String
-
The image associated with the card, if any.
Declaration
Swift
public let image: URL?