TNEntityCategory

@objcMembers
open class TNEntityCategory : NSObject, Codable

Undocumented

  • List of child categories associated with a parent category.

    Declaration

    Swift

    public var childNodes: [TNEntityCategory]?
  • id

    The id associated to a category.

    Declaration

    Swift

    public var id: String?
  • The category name or label.

    Declaration

    Swift

    public var name: String?
  • Undocumented

    Declaration

    Swift

    public init(childNodes: [TNEntityCategory]?, id: String?, name: String?)