| Name | Type | Description | Notes |
|---|---|---|---|
| tuple_key | TupleKey | ||
| operation | TupleOperation | [default to 'TUPLE_OPERATION_WRITE'] | |
| timestamp | Time |
require 'openapi_client'
instance = OpenapiClient::TupleChange.new(
tuple_key: null,
operation: null,
timestamp: null
)