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

Version Path
ory-client-0.2.0.alpha29 docs/PatchDelta.md
ory-client-0.2.0.alpha28 docs/PatchDelta.md
ory-client-0.2.0.alpha27 docs/PatchDelta.md
ory-client-0.2.0.alpha26 docs/PatchDelta.md