@ory/client
Version:
OpenAPI client for @ory/client
23 lines (15 loc) • 643 B
Markdown
# AttributesCountDatapoint
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**count** | **number** | Count of the attribute value for given key | [default to undefined]
**name** | **string** | Name of the attribute value for given key | [default to undefined]
## Example
```typescript
import { AttributesCountDatapoint } from '@ory/client';
const instance: AttributesCountDatapoint = {
count,
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)