TNEntityFacetPivotField

@objcMembers
open class TNEntityFacetPivotField : NSObject, Codable

Undocumented

  • The list of fields on which pivoted facet counts generated.

    Declaration

    Swift

    public var fields: [String]?
  • Lists the pivots and its breakdown counts.

    Declaration

    Swift

    public var pivots: [TNEntityPivot]?