OpenFga::TupleChange

February 16, 2026 ยท View on GitHub

Properties

NameTypeDescriptionNotes
tuple_keyTupleKey
operationTupleOperation[default to 'TUPLE_OPERATION_WRITE']
timestampTime

Example

require 'openfga'

instance = OpenFga::TupleChange.new(
  tuple_key: null,
  operation: null,
  timestamp: null
)