Sha256: 327c7eec31d9e52b514eacf0ff4873616969077fda9061b85b0635772015e8f1

Contents?: true

Size: 574 Bytes

Versions: 3

Compression:

Stored size: 574 Bytes

Contents

# OryHydraClient::InternalRelationTuple

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **namespace** | **String** | Namespace of the Relation Tuple  in: query |  |
| **object** | **String** | Object of the Relation Tuple  in: query |  |
| **relation** | **String** | Relation of the Relation Tuple  in: query |  |
| **subject** | **String** |  |  |

## Example

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

instance = OryHydraClient::InternalRelationTuple.new(
  namespace: null,
  object: null,
  relation: null,
  subject: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ory-keto-client-0.6.0.alpha6 docs/InternalRelationTuple.md
ory-keto-client-0.6.0.alpha3 docs/InternalRelationTuple.md
ory-keto-client-0.6.0.alpha1 docs/InternalRelationTuple.md