OpenFga::TupleChange
February 16, 2026 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| tuple_key | TupleKey | ||
| operation | TupleOperation | [default to 'TUPLE_OPERATION_WRITE'] | |
| timestamp | Time |
Example
require 'openfga'
instance = OpenFga::TupleChange.new(
tuple_key: null,
operation: null,
timestamp: null
)