Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 423 Bytes

File metadata and controls

20 lines (14 loc) · 423 Bytes

OpenapiClient::InputNewFilter

Properties

Name Type Description Notes
schema String A URL to the JSON Schema for this object. [optional][readonly]
filter_object FilterObject

Example

require 'openapi_client'

instance = OpenapiClient::InputNewFilter.new(
  schema: null,
  filter_object: null
)