Sha256: 1e0b508ebba7b2ecf004457eda970ff139c09e0e16b22a943cfcd3cec462b2a4
Contents?: true
Size: 409 Bytes
Versions: 53
Compression:
Stored size: 409 Bytes
Contents
# OryClient::AttributesCountDatapoint ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **count** | **Integer** | Count of the attribute value for given key | | | **name** | **String** | Name of the attribute value for given key | | ## Example ```ruby require 'ory-client' instance = OryClient::AttributesCountDatapoint.new( count: null, name: null ) ```
Version data entries
53 entries across 53 versions & 1 rubygems