Sha256: 93f01ebd32d98cf056561c89a45ed3a36713e20df258a3db59d59b6c45142bf9
Contents?: true
Size: 375 Bytes
Versions: 82
Compression:
Stored size: 375 Bytes
Contents
# 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 ) ```
Version data entries
82 entries across 82 versions & 1 rubygems