TNEntityBrandResult
@objcMembers
open class TNEntityBrandResult : NSObject, Codable
Results of discover brand API.
-
Metadata from server
Declaration
Swift
public var status: TNEntityResponseStatus?
-
An id assigned to the category response that can be used for referencing
Declaration
Swift
public var referenceId: String?
-
Request processing time in milliseconds.
Declaration
Swift
public var responseTime: Int?
-
List of brand.
Declaration
Swift
public var results: [TNEntityBrand]?