Sha256: 8fc4a358ae26194e5344a74b58747650e01976527a6ac8b3400db6f0197a1951

Contents?: true

Size: 879 Bytes

Versions: 4

Compression:

Stored size: 879 Bytes

Contents

module AsposeSlidesCloud
  # 
  class PresentationsMergeRequest < BaseObject
    attr_accessor :presentation_paths
    # attribute mapping from ruby-style variable name to JSON key
    def self.attribute_map
      {
        
        # 
        :'presentation_paths' => :'PresentationPaths'
        
      }
    end

    # attribute type
    def self.swagger_types
      {
        :'presentation_paths' => :'Array<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[:'PresentationPaths']
        if (value = attributes[:'PresentationPaths']).is_a?(Array)
          self.presentation_paths = value
        end
      end
      
    end

  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
aspose_slides_cloud-1.0.3 lib/aspose_slides_cloud/models/presentations_merge_request.rb
aspose_slides_cloud-1.0.2 lib/aspose_slides_cloud/models/presentations_merge_request.rb
aspose_slides_cloud-1.0.1 lib/aspose_slides_cloud/models/presentations_merge_request.rb
aspose_slides_cloud-1.0.0 lib/aspose_slides_cloud/models/presentations_merge_request.rb