OpenFga::UsersetTree
February 16, 2026 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| root | Node | [optional] |
Example
require 'openfga'
instance = OpenFga::UsersetTree.new(
root: null
)
February 16, 2026 ยท View on GitHub
| Name | Type | Description | Notes |
|---|---|---|---|
| root | Node | [optional] |
require 'openfga'
instance = OpenFga::UsersetTree.new(
root: null
)