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