# GetMetricsEventAttributes

Response of the getMetricsEventAttributes endpoint

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**events** | **Array&lt;string&gt;** | The list of data points. | [readonly] [default to undefined]

## Example

```typescript
import { GetMetricsEventAttributes } from '@ory/client';

const instance: GetMetricsEventAttributes = {
    events,
};
```

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