Media
public struct Media : Codable
A root object that stores information about a media resource.
-
The url of the media.
Declaration
Swift
public let url: String
-
The height of the media.
Declaration
Swift
public let height: Int?
-
The width of the media.
Declaration
Swift
public let width: Int?
-
The background color of the media.
Declaration
Swift
public let backgroundColor: String?
-
The primary text color of the media.
Declaration
Swift
public let textColor1: String?
-
The secondary text color of the media.
Declaration
Swift
public let textColor2: String?
-
The tertiary text color of the media.
Declaration
Swift
public let textColor3: String?
-
The quaternary text color of the media.
Declaration
Swift
public let textColor4: String?