# AnalyticsComparisonMetric


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**key** | **string** |  | [optional] [default to undefined]
**label** | **string** |  | [optional] [default to undefined]
**mainObject** | **string** |  | [optional] [default to undefined]
**filter** | [**Filter**](Filter.md) |  | [optional] [default to undefined]
**yAxis** | [**AnalyticsAxisConfig**](AnalyticsAxisConfig.md) |  | [optional] [default to undefined]

## Example

```typescript
import { AnalyticsComparisonMetric } from '@caraer/client';

const instance: AnalyticsComparisonMetric = {
    key,
    label,
    mainObject,
    filter,
    yAxis,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
