OpenFga::AbortedMessageResponse
February 16, 2026 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| code | String | [optional] | |
| message | String | [optional] |
Example
require 'openfga'
instance = OpenFga::AbortedMessageResponse.new(
code: null,
message: null
)