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