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