Sha256: 64781324848c8df4b33f997d5cd2eca82ad3de5bc62f3b380380a904c1c9eaf5
Contents?: true
Size: 382 Bytes
Versions: 39
Compression:
Stored size: 382 Bytes
Contents
# OryClient::PatchDelta ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **action** | **String** | | [optional] | | **relation_tuple** | [**InternalRelationTuple**](InternalRelationTuple.md) | | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::PatchDelta.new( action: null, relation_tuple: null ) ```
Version data entries
39 entries across 39 versions & 1 rubygems