CIOBrowseFacetsResponse

public struct CIOBrowseFacetsResponse

Struct representing the browse facets data response from the server.

  • List of facets returned

    Declaration

    Swift

    public let facets: [CIOFilterFacet]
  • Total number of results for the query

    Declaration

    Swift

    public let totalNumResults: Int
  • Result ID of the result set returned

    Declaration

    Swift

    public let resultID: String