Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 706 Bytes

File metadata and controls

22 lines (16 loc) · 706 Bytes

EzmaxApi::CommonResponseFilter

Properties

Name Type Description Notes
a_auto_type Hash<String, String> List of filters that can be used in sFilter (Automatic types) [optional]
a_auto_type_having Hash<String, String> List of computed filters that can be used in sFilter (Automatic types) [optional]
a_enum Hash<String, Hash<String, String>> List of filters that can be used in sFilter (Enum types) [optional]

Example

require 'Ezmaxapi'

instance = EzmaxApi::CommonResponseFilter.new(
  a_auto_type: null,
  a_auto_type_having: null,
  a_enum: null
)