Sha256: 6b1e4f350c3cefc12b5eefd4c25a16d845216d80ca7d75d477e9ce2354f0ceff

Contents?: true

Size: 378 Bytes

Versions: 118

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

118 entries across 118 versions & 1 rubygems

Version Path
ory-client-1.14.2 docs/RelationshipPatch.md
ory-client-1.14.1 docs/RelationshipPatch.md
ory-client-1.14.0 docs/RelationshipPatch.md
ory-client-1.13.10 docs/RelationshipPatch.md
ory-client-1.13.6 docs/RelationshipPatch.md
ory-client-1.13.4 docs/RelationshipPatch.md
ory-client-1.13.3 docs/RelationshipPatch.md
ory-client-1.13.2 docs/RelationshipPatch.md
ory-client-1.13.1 docs/RelationshipPatch.md
ory-client-1.13.0 docs/RelationshipPatch.md
ory-client-1.11.6 docs/RelationshipPatch.md
ory-client-1.9.0 docs/RelationshipPatch.md
ory-client-1.8.1 docs/RelationshipPatch.md
ory-client-1.8.0 docs/RelationshipPatch.md
ory-client-1.6.2 docs/RelationshipPatch.md
ory-client-1.6.1 docs/RelationshipPatch.md
ory-client-1.5.2 docs/RelationshipPatch.md
ory-client-1.5.1 docs/RelationshipPatch.md
ory-client-1.5.0 docs/RelationshipPatch.md
ory-client-1.4.9 docs/RelationshipPatch.md