Sha256: a4e45ee0908a342415ffe8c42316e3e3e4843cc435465acf3b0ca65d41694933
Contents?: true
Size: 1014 Bytes
Versions: 10
Compression:
Stored size: 1014 Bytes
Contents
module AsposeCellsCloud # class CustomFilter < BaseObject attr_accessor :criteria, :filter_operator_type # attribute mapping from ruby-style variable name to JSON key def self.attribute_map { # :'criteria' => :'Criteria', # :'filter_operator_type' => :'FilterOperatorType' } end # attribute type def self.swagger_types { :'criteria' => :'Object', :'filter_operator_type' => :'String' } 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[:'Criteria'] self.criteria = attributes[:'Criteria'] end if attributes[:'FilterOperatorType'] self.filter_operator_type = attributes[:'FilterOperatorType'] end end end end
Version data entries
10 entries across 10 versions & 1 rubygems