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