UNPKG

@ory/client

Version:

OpenAPI client for @ory/client

25 lines (17 loc) 764 B
# SessionActivityDatapoint ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **country** | **string** | Country of the events | [default to undefined] **failed** | **number** | Number of events that failed in the given timeframe | [default to undefined] **succeeded** | **number** | Number of events that succeeded in the given timeframe | [default to undefined] ## Example ```typescript import { SessionActivityDatapoint } from '@ory/client'; const instance: SessionActivityDatapoint = { country, failed, succeeded, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)