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