| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | ||
| expression | String | A Google CEL expression, expressed as a string. | |
| parameters | Hash<String, ConditionParamTypeRef> | A map of parameter names to the parameter's defined type reference. | [optional] |
| metadata | ConditionMetadata | [optional] |
require 'openfga_client'
instance = OpenfgaClient::Condition.new(
name: null,
expression: null,
parameters: null,
metadata: null
)