TNEntityDetailResult

@objcMembers
public class TNEntityDetailResult : NSObject, Codable

Results of get detail 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 entities.

    Declaration

    Swift

    public var results: [TNEntity]?