OpenFga::ListObjectsResponse
February 16, 2026 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| objects | Array<String> |
Example
require 'openfga'
instance = OpenFga::ListObjectsResponse.new(
objects: [document:roadmap, document:planning]
)
February 16, 2026 ยท View on GitHub
| Name | Type | Description | Notes |
|---|---|---|---|
| objects | Array<String> |
require 'openfga'
instance = OpenFga::ListObjectsResponse.new(
objects: [document:roadmap, document:planning]
)