Name | Type | Description | Notes |
---|---|---|---|
action | String | [optional] | |
comment | String | [optional] | |
filter | String | [optional] | |
q | String | [optional] |
require 'crimson-falcon'
instance = Falcon::DomainQueriesPatchRequest.new(
action: null,
comment: null,
filter: null,
q: null
)