UNPKG

@ory/client

Version:

OpenAPI client for @ory/client

22 lines (14 loc) 604 B
# GetMetricsEventAttributes Response of the getMetricsEventAttributes endpoint ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **events** | **Array<string>** | 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)