# PollfishInsightsApi.MetricsMetrics

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **Integer** | the unique id for each metric | [optional] 
**key** | **String** | the metric taxonomy id that will be rendered | [optional] 
**label** | **String** | the metric taxonomy friendly name | [optional] 
**name** | **String** | the metric box label (defaults to taxonomy label, user defined &amp; editable) | [optional] 
**path** | **[String]** | the full path of the result search item | [optional] 
**audienceSize** | **Integer** | estimated size of the metric | [optional] 
**visualization** | **String** | the metric chart type - allowed values bar|pie|line|list|web | [optional] 
**size** | **Integer** | the size of the metric - allowed values 4|8|12 | [optional] 
**order** | **Integer** | the order of the metric | [optional] 
**series** | [**[MetricsSeries]**](MetricsSeries.md) | series of data available for rendering | [optional] 


