Sha256: 45b00b51eecd1e07432f9c2a5bc338426a04db29dfc78d0a64616a03ac0ad65a

Contents?: true

Size: 943 Bytes

Versions: 1

Compression:

Stored size: 943 Bytes

Contents

# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.

module Azure::ARM::Web
  module Models
    #
    # Site seal
    #
    class SiteSeal

      include MsRestAzure

      # @return [String] HTML snippet
      attr_accessor :html


      #
      # Mapper for SiteSeal class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          required: false,
          serialized_name: 'SiteSeal',
          type: {
            name: 'Composite',
            class_name: 'SiteSeal',
            model_properties: {
              html: {
                required: true,
                serialized_name: 'html',
                type: {
                  name: 'String'
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
azure_mgmt_web-0.9.0 lib/generated/azure_mgmt_web/models/site_seal.rb