Sha256: 9841475de9ed48532253ac6e69f1d986edacd0b5ec1beb0232acf99ebe4137d7

Contents?: true

Size: 480 Bytes

Versions: 40

Compression:

Stored size: 480 Bytes

Contents

# OryClient::ProjectEventsDatapoint

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **attributes** | [**Array<Attribute>**](Attribute.md) | Event attributes with details |  |
| **name** | **String** | Name of the event |  |
| **timestamp** | **Time** | Time of occurence |  |

## Example

```ruby
require 'ory-client'

instance = OryClient::ProjectEventsDatapoint.new(
  attributes: null,
  name: null,
  timestamp: null
)
```

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
ory-client-1.16.2 docs/ProjectEventsDatapoint.md
ory-client-1.16.1 docs/ProjectEventsDatapoint.md
ory-client-1.16.0 docs/ProjectEventsDatapoint.md
ory-client-1.15.17 docs/ProjectEventsDatapoint.md
ory-client-1.15.16 docs/ProjectEventsDatapoint.md
ory-client-1.15.15 docs/ProjectEventsDatapoint.md
ory-client-1.15.14 docs/ProjectEventsDatapoint.md
ory-client-1.15.13 docs/ProjectEventsDatapoint.md
ory-client-1.15.12 docs/ProjectEventsDatapoint.md
ory-client-1.15.10 docs/ProjectEventsDatapoint.md
ory-client-1.15.7 docs/ProjectEventsDatapoint.md
ory-client-1.15.6 docs/ProjectEventsDatapoint.md
ory-client-1.15.5 docs/ProjectEventsDatapoint.md
ory-client-1.15.4 docs/ProjectEventsDatapoint.md
ory-client-1.15.3 docs/ProjectEventsDatapoint.md
ory-client-1.15.0 docs/ProjectEventsDatapoint.md
ory-client-1.14.5 docs/ProjectEventsDatapoint.md
ory-client-1.14.4 docs/ProjectEventsDatapoint.md
ory-client-1.14.3 docs/ProjectEventsDatapoint.md
ory-client-1.14.2 docs/ProjectEventsDatapoint.md