Sha256: 724a560c296828502555cfb499cce7a39e1de4592e1e2d8ec38d9143abe3b4f1
Contents?: true
Size: 403 Bytes
Versions: 40
Compression:
Stored size: 403 Bytes
Contents
# OryClient::AttributeFilter ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **attribute** | **String** | | [optional] | | **condition** | **String** | | [optional] | | **value** | **String** | | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::AttributeFilter.new( attribute: null, condition: null, value: null ) ```
Version data entries
40 entries across 40 versions & 1 rubygems