OpenFga::ConditionParamTypeRef
February 16, 2026 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type_name | TypeName | [default to 'TYPE_NAME_UNSPECIFIED'] | |
| generic_types | Array<ConditionParamTypeRef> | [optional] |
Example
require 'openfga'
instance = OpenFga::ConditionParamTypeRef.new(
type_name: null,
generic_types: null
)