UNPKG

@ory/client

Version:

OpenAPI client for @ory/client

22 lines (14 loc) 621 B
# GetAttributesCount Response of the getAttributesCount endpoint ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **data** | [**Array<AttributesCountDatapoint>**](AttributesCountDatapoint.md) | The list of data points. | [readonly] [default to undefined] ## Example ```typescript import { GetAttributesCount } from '@ory/client'; const instance: GetAttributesCount = { data, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)