# OryClient::MetricsDatapoint ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **count** | **Integer** | The count of events that occured in this time | | | **time** | **Time** | The time of the bucket | | ## Example ```ruby require 'ory-client' instance = OryClient::MetricsDatapoint.new( count: null, time: null ) ```