Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 328 Bytes

FilterValue.md

File metadata and controls

20 lines (14 loc) · 328 Bytes

MuxRuby::FilterValue

Properties

Name Type Description Notes
value String [optional]
total_count Integer [optional]

Example

require 'mux_ruby'

instance = MuxRuby::FilterValue.new(
  value: null,
  total_count: null
)