Sha256: 980c10a20a27ee7690c09c5c5904d7a8e76e22b686354271fd3ce441559fa7f4
Contents?: true
Size: 1.09 KB
Versions: 5
Compression:
Stored size: 1.09 KB
Contents
module AsposeCellsCloud # class AutoFilterResponse < BaseObject attr_accessor :auto_filter, :code, :status # attribute mapping from ruby-style variable name to JSON key def self.attribute_map { # :'auto_filter' => :'AutoFilter', # :'code' => :'Code', # :'status' => :'Status' } end # attribute type def self.swagger_types { :'auto_filter' => :'AutoFilter', :'code' => :'String', :'status' => :'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[:'AutoFilter'] self.auto_filter = attributes[:'AutoFilter'] end if attributes[:'Code'] self.code = attributes[:'Code'] end if attributes[:'Status'] self.status = attributes[:'Status'] end end end end
Version data entries
5 entries across 5 versions & 1 rubygems