@ory/client
Version:
OpenAPI client for @ory/client
24 lines (16 loc) • 687 B
Markdown
# GetMetricsCount
Response of the getIdentityCount endpoint
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**count** | **number** | The total count | [readonly] [default to undefined]
**service_name** | **string** | Helper field to identify the service used for this response | [readonly] [default to undefined]
## Example
```typescript
import { GetMetricsCount } from '@ory/client';
const instance: GetMetricsCount = {
count,
service_name,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)