Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 471 Bytes

File metadata and controls

20 lines (14 loc) · 471 Bytes

OpenapiClient::OutputUninstallFilter

Properties

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

Example

require 'openapi_client'

instance = OpenapiClient::OutputUninstallFilter.new(
  schema: null,
  result: null
)