Sha256: 129c414bec505e7c7e6a819a186c19cc67531293b5d294ddbae5aca23d85976d
Contents?: true
Size: 517 Bytes
Versions: 45
Compression:
Stored size: 517 Bytes
Contents
# OryClient::SessionActivityDatapoint ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **country** | **String** | Country of the events | | | **failed** | **Integer** | Number of events that failed in the given timeframe | | | **succeeded** | **Integer** | Number of events that succeeded in the given timeframe | | ## Example ```ruby require 'ory-client' instance = OryClient::SessionActivityDatapoint.new( country: null, failed: null, succeeded: null ) ```
Version data entries
45 entries across 45 versions & 1 rubygems