Sha256: 4063d43613403b253ae7f3d0eb512989e727f70dab574736b1f9d89275a6b49d

Contents?: true

Size: 391 Bytes

Versions: 1

Compression:

Stored size: 391 Bytes

Contents

# OryKetoClient::RelationshipPatch

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **action** | **String** |  | [optional] |
| **relation_tuple** | [**Relationship**](Relationship.md) |  | [optional] |

## Example

```ruby
require 'ory-keto-client'

instance = OryKetoClient::RelationshipPatch.new(
  action: null,
  relation_tuple: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ory-keto-client-0.11.0.alpha0 docs/RelationshipPatch.md