OpenFga::ListObjectsResponse

February 16, 2026 ยท View on GitHub

Properties

NameTypeDescriptionNotes
objectsArray<String>

Example

require 'openfga'

instance = OpenFga::ListObjectsResponse.new(
  objects: [document:roadmap, document:planning]
)