OpenFga::ObjectRelation
February 16, 2026 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| object | String | [optional] | |
| relation | String | [optional] |
Example
require 'openfga'
instance = OpenFga::ObjectRelation.new(
object: null,
relation: null
)