Sha256: 43f65512429f2ad88aa0e07d19ab772943f55910814925f65074f55043729dce

Contents?: true

Size: 401 Bytes

Versions: 1

Compression:

Stored size: 401 Bytes

Contents

# OryKetoClient::PatchDelta

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **action** | **String** | action | [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

1 entries across 1 versions & 1 rubygems

Version Path
ory-keto-client-0.8.0.alpha1 docs/PatchDelta.md