| Name | Type | Description | Notes |
|---|---|---|---|
| schema | String | A URL to the JSON Schema for this object. | [optional][readonly] |
| filter_object | FilterObject |
require 'openapi_client'
instance = OpenapiClient::InputNewFilter.new(
schema: null,
filter_object: null
)| Name | Type | Description | Notes |
|---|---|---|---|
| schema | String | A URL to the JSON Schema for this object. | [optional][readonly] |
| filter_object | FilterObject |
require 'openapi_client'
instance = OpenapiClient::InputNewFilter.new(
schema: null,
filter_object: null
)