Sha256: 77f8352141a46d5714fbc3ef696d4d1833d47736a78709b08886f6e37480008e
Contents?: true
Size: 397 Bytes
Versions: 3
Compression:
Stored size: 397 Bytes
Contents
# OryHydraClient::PatchDelta ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **action** | **String** | | [optional] | | **relation_tuple** | [**InternalRelationTuple**](InternalRelationTuple.md) | | [optional] | ## Example ```ruby require 'ory-keto-client' instance = OryHydraClient::PatchDelta.new( action: null, relation_tuple: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ory-keto-client-0.6.0.alpha6 | docs/PatchDelta.md |
ory-keto-client-0.6.0.alpha3 | docs/PatchDelta.md |
ory-keto-client-0.6.0.alpha1 | docs/PatchDelta.md |