Sha256: a08524dda7b98818164e63187114bd510be9f565b0b88dec98b0ba470356de34

Contents?: true

Size: 1.06 KB

Versions: 6

Compression:

Stored size: 1.06 KB

Contents

module AsposeCellsCloud
  # 
  class ImportDataTaskDescription < BaseObject
    attr_accessor :task_type, :import_data_task_parameter
    # attribute mapping from ruby-style variable name to JSON key
    def self.attribute_map
      {
        
        # 
        :'task_type' => :'TaskType',
        
        # 
        :'import_data_task_parameter' => :'ImportDataTaskParameter'
        
      }
    end

    # attribute type
    def self.swagger_types
      {
        :'task_type' => :'String',
        :'import_data_task_parameter' => :'ImportDataTaskParameter'
        
      }
    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[:'TaskType']
        self.task_type = attributes[:'TaskType']
      end
      
      if attributes[:'ImportDataTaskParameter']
        self.import_data_task_parameter = attributes[:'ImportDataTaskParameter']
      end
      
    end

  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
aspose_cells_cloud-1.0.10 lib/aspose_cells_cloud/models/import_data_task_description.rb
aspose_cells_cloud-1.0.9 lib/aspose_cells_cloud/models/import_data_task_description.rb
aspose_cells_cloud-1.0.8 lib/aspose_cells_cloud/models/import_data_task_description.rb
aspose_cells_cloud-1.0.7 lib/aspose_cells_cloud/models/import_data_task_description.rb
aspose_cells_cloud-1.0.6 lib/aspose_cells_cloud/models/import_data_task_description.rb
aspose_cells_cloud-1.0.5 lib/aspose_cells_cloud/models/import_data_task_description.rb