Sha256: 6b1e4f350c3cefc12b5eefd4c25a16d845216d80ca7d75d477e9ce2354f0ceff

Contents?: true

Size: 378 Bytes

Versions: 117

Compression:

Stored size: 378 Bytes

Contents

# OryClient::RelationshipPatch

## Properties

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

## Example

```ruby
require 'ory-client'

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

Version data entries

117 entries across 117 versions & 1 rubygems

Version Path
ory-client-1.16.2 docs/RelationshipPatch.md
ory-client-1.16.1 docs/RelationshipPatch.md
ory-client-1.16.0 docs/RelationshipPatch.md
ory-client-1.15.17 docs/RelationshipPatch.md
ory-client-1.15.16 docs/RelationshipPatch.md
ory-client-1.15.15 docs/RelationshipPatch.md
ory-client-1.15.14 docs/RelationshipPatch.md
ory-client-1.15.13 docs/RelationshipPatch.md
ory-client-1.15.12 docs/RelationshipPatch.md
ory-client-1.15.10 docs/RelationshipPatch.md
ory-client-1.15.7 docs/RelationshipPatch.md
ory-client-1.15.6 docs/RelationshipPatch.md
ory-client-1.15.5 docs/RelationshipPatch.md
ory-client-1.15.4 docs/RelationshipPatch.md
ory-client-1.15.3 docs/RelationshipPatch.md
ory-client-1.15.0 docs/RelationshipPatch.md
ory-client-1.14.5 docs/RelationshipPatch.md
ory-client-1.14.4 docs/RelationshipPatch.md
ory-client-1.14.3 docs/RelationshipPatch.md
ory-client-1.14.2 docs/RelationshipPatch.md