Sha256: 664a21c13b2e9e3ed170bfc7aa089f3efd38496c8e4a819201d34f8afc9fb0ba

Contents?: true

Size: 708 Bytes

Versions: 4

Compression:

Stored size: 708 Bytes

Contents

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

    # attribute type
    def self.swagger_types
      {
        :'type' => :'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[:'Type']
        self.type = attributes[:'Type']
      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/fill_format.rb
aspose_slides_cloud-1.0.2 lib/aspose_slides_cloud/models/fill_format.rb
aspose_slides_cloud-1.0.1 lib/aspose_slides_cloud/models/fill_format.rb
aspose_slides_cloud-1.0.0 lib/aspose_slides_cloud/models/fill_format.rb