OpenFga::ConditionParamTypeRef

February 16, 2026 ยท View on GitHub

Properties

NameTypeDescriptionNotes
type_nameTypeName[default to 'TYPE_NAME_UNSPECIFIED']
generic_typesArray<ConditionParamTypeRef>[optional]

Example

require 'openfga'

instance = OpenFga::ConditionParamTypeRef.new(
  type_name: null,
  generic_types: null
)

Contents

  1. 1Properties
  2. 2Example