Sha256: 8fc5bc80d17ba35076ad199dbc0fd17a8a92a5eaf2fd2b3f67a740b5398167a5
Contents?: true
Size: 781 Bytes
Versions: 10
Compression:
Stored size: 781 Bytes
Contents
module AsposeCellsCloud # class PivotTableFieldRequest < BaseObject attr_accessor :data # attribute mapping from ruby-style variable name to JSON key def self.attribute_map { # :'data' => :'Data' } end # attribute type def self.swagger_types { :'data' => :'Array<Integer>' } 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[:'Data'] if (value = attributes[:'Data']).is_a?(Array) self.data = value end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems