Sha256: bfe8e67e2122b11f9b113668c410b54d5d6b8303674842c3ba06c480d8ddfc76

Contents?: true

Size: 749 Bytes

Versions: 1

Compression:

Stored size: 749 Bytes

Contents

# OryKetoClient::ExpandTree

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **children** | [**Array<ExpandTree>**](ExpandTree.md) | The children of the node, possibly none. | [optional] |
| **tuple** | [**RelationTuple**](RelationTuple.md) |  | [optional] |
| **type** | **String** | The type of the node. union TreeNodeUnion exclusion TreeNodeExclusion intersection TreeNodeIntersection leaf TreeNodeLeaf tuple_to_subject_set TreeNodeTupleToSubjectSet computed_subject_set TreeNodeComputedSubjectSet not TreeNodeNot unspecified TreeNodeUnspecified |  |

## Example

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ory-keto-client-0.10.0.alpha0 docs/ExpandTree.md