Sha256: a4b18391c072c08c479474d3d7e54df9dfc65039e37d20541c649defeb3113fe
Contents?: true
Size: 1.08 KB
Versions: 10
Compression:
Stored size: 1.08 KB
Contents
module AsposeCellsCloud # class MultipleFilters < BaseObject attr_accessor :match_blank, :multiple_filter_list # attribute mapping from ruby-style variable name to JSON key def self.attribute_map { # :'match_blank' => :'MatchBlank', # :'multiple_filter_list' => :'MultipleFilterList' } end # attribute type def self.swagger_types { :'match_blank' => :'String', :'multiple_filter_list' => :'Array<DateTimeGroupItem>' } end def initialize(attributes = {}) return if !attributes.is_a?(Hash) || attributes.empty? # convert string to symbol for hash key attributes = attributes.inject({}){|memo,(k,v)| memo[k.to_sym] = v; memo} if attributes[:'MatchBlank'] self.match_blank = attributes[:'MatchBlank'] end if attributes[:'MultipleFilterList'] if (value = attributes[:'MultipleFilterList']).is_a?(Array) self.multiple_filter_list = value end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems