Sha256: 54016df6127cd69610a4027a9c0bdbef7f1dc06833173a3ce53b6079c948ae3f

Contents?: true

Size: 587 Bytes

Versions: 1

Compression:

Stored size: 587 Bytes

Contents

# OryKetoClient::ExpandTree

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **children** | [**Array<ExpandTree>**](ExpandTree.md) |  | [optional] |
| **subject_id** | **String** |  | [optional] |
| **subject_set** | [**SubjectSet**](SubjectSet.md) |  | [optional] |
| **type** | **String** |  union Union exclusion Exclusion intersection Intersection leaf Leaf |  |

## Example

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

instance = OryKetoClient::ExpandTree.new(
  children: null,
  subject_id: null,
  subject_set: null,
  type: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ory-keto-client-0.7.0.alpha1 docs/ExpandTree.md