| Name | Type | Description | Notes |
|---|---|---|---|
| schema | String | A URL to the JSON Schema for this object. | [optional][readonly] |
| result | Boolean | Returns true if the filter was successfully uninstalled, otherwise false |
require 'openapi_client'
instance = OpenapiClient::OutputUninstallFilter.new(
schema: null,
result: null
)