OpenFga::ReadRequest
February 16, 2026 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| tuple_key | ReadRequestTupleKey | [optional] | |
| page_size | Integer | [optional] | |
| continuation_token | String | [optional] | |
| consistency | ConsistencyPreference | [optional][default to 'UNSPECIFIED'] |
Example
require 'openfga'
instance = OpenFga::ReadRequest.new(
tuple_key: null,
page_size: 50,
continuation_token: eyJwayI6IkxBVEVTVF9OU0NPTkZJR19hdXRoMHN0b3JlIiwic2siOiIxem1qbXF3MWZLZExTcUoyN01MdTdqTjh0cWgifQ==,
consistency: null
)