Sha256: 4262ac79eababeb668510d99f58e6680f1c69d3521bc7c0404fd9c402264f90e

Contents?: true

Size: 1.41 KB

Versions: 1

Compression:

Stored size: 1.41 KB

Contents

module AsposeWordsCloud
  # 
  class Table < BaseObject
    attr_accessor :table_row_list, :table_properties, :node_id, :link
    # attribute mapping from ruby-style variable name to JSON key
    def self.attribute_map
      {
        
        # 
        :'table_row_list' => :'TableRowList',
        
        # 
        :'table_properties' => :'TableProperties',
        
        # 
        :'node_id' => :'NodeId',
        
        # 
        :'link' => :'link'
        
      }
    end

    # attribute type
    def self.swagger_types
      {
        :'table_row_list' => :'Array<TableRow>',
        :'table_properties' => :'TableProperties',
        :'node_id' => :'String',
        :'link' => :'Link'
        
      }
    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[:'TableRowList']
        if (value = attributes[:'TableRowList']).is_a?(Array)
          self.table_row_list = value
        end
      end
      
      if attributes[:'TableProperties']
        self.table_properties = attributes[:'TableProperties']
      end
      
      if attributes[:'NodeId']
        self.node_id = attributes[:'NodeId']
      end
      
      if attributes[:'link']
        self.link = attributes[:'link']
      end
      
    end

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
aspose_words_cloud-1.0.3 lib/aspose_words_cloud/models/table.rb