# StatisticalSummaryStat ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **facet** | [**{ [key: string]: FacetValue; }**](FacetValue.md) | The grouping criteria | [default to undefined] **value** | [**StatisticalSummaryValue**](StatisticalSummaryValue.md) | Statistical Summary for the given metric and facet | [default to undefined] ## Example ```typescript import { StatisticalSummaryStat } from './api'; const instance: StatisticalSummaryStat = { facet, value, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)