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