Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 665 Bytes

File metadata and controls

24 lines (18 loc) · 665 Bytes

OpenfgaClient::Condition

Properties

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]

Example

require 'openfga_client'

instance = OpenfgaClient::Condition.new(
  name: null,
  expression: null,
  parameters: null,
  metadata: null
)