Sha256: e026517d56be4e3b62952f368fdf49f9aeb2cf37695765ff40ccffb2672b2559

Contents?: true

Size: 456 Bytes

Versions: 7

Compression:

Stored size: 456 Bytes

Contents

# OryKetoClient::SubjectSet

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **namespace** | **String** | Namespace of the Subject Set |  |
| **object** | **String** | Object of the Subject Set |  |
| **relation** | **String** | Relation of the Subject Set |  |

## Example

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

instance = OryKetoClient::SubjectSet.new(
  namespace: null,
  object: null,
  relation: null
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ory-keto-client-0.11.0.alpha0 docs/SubjectSet.md
ory-keto-client-0.10.0.alpha0 docs/SubjectSet.md
ory-keto-client-0.9.0.alpha0 docs/SubjectSet.md
ory-keto-client-0.8.0.alpha2 docs/SubjectSet.md
ory-keto-client-0.8.0.alpha1 docs/SubjectSet.md
ory-keto-client-0.7.0.alpha1 docs/SubjectSet.md
ory-keto-client-0.7.0.alpha0 docs/SubjectSet.md