OpenFga::BatchCheckSingleResult

February 16, 2026 ยท View on GitHub

Properties

NameTypeDescriptionNotes
allowedBoolean[optional]
errorCheckError[optional]

Example

require 'openfga'

instance = OpenFga::BatchCheckSingleResult.new(
  allowed: null,
  error: null
)