AppTheme
public struct AppTheme : IdentityResource, Hashable
A root object that stores information about an app theme resource.
-
Declaration
Swift
public let id: String
-
Declaration
Swift
public let type: String
-
Declaration
Swift
public let href: String
-
The attributes belonging to the app theme.
Declaration
Swift
public let attributes: AppTheme.Attributes
-
Declaration
Swift
public static func == (lhs: AppTheme, rhs: AppTheme) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)
-
A root object that stores information about a single app theme, such as the app theme’s name, download count, and download link.
See moreDeclaration
Swift
public struct Attributes : Codable