Sha256: 13164a91d85cea0d2084e174d6221598525410dac5dbb2b0a754430cb2a308d5

Contents?: true

Size: 708 Bytes

Versions: 1

Compression:

Stored size: 708 Bytes

Contents

# OryKetoClient::Relationship

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **namespace** | **String** | Namespace of the Relation Tuple |  |
| **object** | **String** | Object of the Relation Tuple |  |
| **relation** | **String** | Relation of the Relation Tuple |  |
| **subject_id** | **String** | SubjectID of the Relation Tuple  Either SubjectSet or SubjectID can be provided. | [optional] |
| **subject_set** | [**SubjectSet**](SubjectSet.md) |  | [optional] |

## Example

```ruby
require 'ory-keto-client'

instance = OryKetoClient::Relationship.new(
  namespace: null,
  object: null,
  relation: null,
  subject_id: null,
  subject_set: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ory-keto-client-0.11.0.alpha0 docs/Relationship.md