OpenFga::ReadResponse
February 16, 2026 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| tuples | Array<Tuple> | ||
| continuation_token | String | The continuation token will be empty if there are no more tuples. |
Example
require 'openfga'
instance = OpenFga::ReadResponse.new(
tuples: null,
continuation_token: eyJwayI6IkxBVEVTVF9OU0NPTkZJR19hdXRoMHN0b3JlIiwic2siOiIxem1qbXF3MWZLZExTcUoyN01MdTdqTjh0cWgifQ==
)