Sha256: 38288d50d8e8a1680fec124fdc2b0ec58f706f1655b865526efc78f3fa65df63
Contents?: true
Size: 395 Bytes
Versions: 3
Compression:
Stored size: 395 Bytes
Contents
# OryKetoClient::PatchDelta ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **action** | **String** | | [optional] | | **relation_tuple** | [**InternalRelationTuple**](InternalRelationTuple.md) | | [optional] | ## Example ```ruby require 'ory-keto-client' instance = OryKetoClient::PatchDelta.new( action: null, relation_tuple: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ory-keto-client-0.8.0.alpha2 | docs/PatchDelta.md |
ory-keto-client-0.7.0.alpha1 | docs/PatchDelta.md |
ory-keto-client-0.7.0.alpha0 | docs/PatchDelta.md |