TNEntityFacetContent

@objcMembers
open class TNEntityFacetContent : NSObject, Codable

Undocumented

  • Entity count for the given facet field.

    Declaration

    Swift

    public var count: Int?
  • id

    The id for the distinct facet field name.

    Declaration

    Swift

    public var id: String?
  • A distinct value of the facet field.

    Declaration

    Swift

    public var name: String?