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.2.4 docs/RelationshipPatch.md
ory-client-1.2.3 docs/RelationshipPatch.md
ory-client-1.2.2 docs/RelationshipPatch.md
ory-client-1.2.1 docs/RelationshipPatch.md
ory-client-1.2.0 docs/RelationshipPatch.md
ory-client-1.1.51 docs/RelationshipPatch.md
ory-client-1.1.50 docs/RelationshipPatch.md
ory-client-1.1.49 docs/RelationshipPatch.md
ory-client-1.1.48 docs/RelationshipPatch.md
ory-client-1.1.47 docs/RelationshipPatch.md
ory-client-1.1.46 docs/RelationshipPatch.md
ory-client-1.1.45 docs/RelationshipPatch.md
ory-client-1.1.44 docs/RelationshipPatch.md
ory-client-1.1.41 docs/RelationshipPatch.md
ory-client-1.1.40 docs/RelationshipPatch.md
ory-client-1.1.39.alpha0 docs/RelationshipPatch.md
ory-client-1.1.39 docs/RelationshipPatch.md
ory-client-1.1.38 docs/RelationshipPatch.md
ory-client-1.1.37 docs/RelationshipPatch.md
ory-client-1.1.36 docs/RelationshipPatch.md