Sha256: b48d64105c3ee99852b3f20c4256e8b1c274bcd1778d66e76f711341abbe200d

Contents?: true

Size: 414 Bytes

Versions: 3

Compression:

Stored size: 414 Bytes

Contents

# OryHydraClient::ExpandTree

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **children** | [**Array<ExpandTree>**](ExpandTree.md) |  | [optional] |
| **subject** | **String** |  |  |
| **type** | **String** |  |  |

## Example

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

instance = OryHydraClient::ExpandTree.new(
  children: null,
  subject: null,
  type: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

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