TNEntityCategoryResult

@objcMembers
open class TNEntityCategoryResult : NSObject, Codable

Results of get category 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 categories.

    Declaration

    Swift

    public var results: [TNEntityCategory]?