OpenFga::Metadata
February 16, 2026 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| relations | Hash<String, RelationMetadata> | [optional] | |
| _module | String | [optional] | |
| source_info | SourceInfo | [optional] |
Example
require 'openfga'
instance = OpenFga::Metadata.new(
relations: null,
_module: null,
source_info: null
)