UNPKG

@ory/client

Version:

OpenAPI client for @ory/client

25 lines (17 loc) 729 B
# ProjectEventsDatapoint ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **attributes** | [**Array<Attribute>**](Attribute.md) | Event attributes with details | [default to undefined] **name** | **string** | Name of the event | [default to undefined] **timestamp** | **string** | Time of occurence | [default to undefined] ## Example ```typescript import { ProjectEventsDatapoint } from '@ory/client'; const instance: ProjectEventsDatapoint = { attributes, name, timestamp, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)