Class FacetInfoResponseDataAttributesResultRange

The numeric range of a facet attribute, representing the minimum and maximum observed values.

Hierarchy

  • FacetInfoResponseDataAttributesResultRange

Constructors

Properties

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
max?: any

The maximum observed value for the numeric facet attribute.

min?: any

The minimum observed value for the numeric facet attribute.

Generated using TypeDoc