Sha256: f0bd07d348dc5ca2716ac7b00331426bc5ce5a3bf0c5eb8bef0e4708fd990e2d
Contents?: true
Size: 967 Bytes
Versions: 1
Compression:
Stored size: 967 Bytes
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # 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 include MsRest::JSONable # @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.13.0 | lib/generated/azure_mgmt_web/models/site_seal.rb |