Attributes
public struct Attributes : Codable
A root object that stores information about a single explore category, such as the category’s title, size, and type.
-
The slug of the resource.
Declaration
Swift
public let slug: String
-
The title of the explore category.
Declaration
Swift
public let title: String
-
The description of the explore category.
Declaration
Swift
public let description: String?
-
The position of the explore category.
Declaration
Swift
public let position: Int
-
The type of the explore category.
Declaration
Swift
public let type: String
-
The size of the explore category.
Declaration
Swift
public let size: String
-
The size of the explore category.
Declaration
Swift
public var exploreCategorySize: ExploreCategorySize { get }
-
The type of the explore category.
Declaration
Swift
public var exploreCategoryType: ExploreCategoryType { get }