Sha256: fd472ac17eab0b7d7c0dd9a496b8def394cd3e5160009cab5d9b15ee7c9424af
Contents?: true
Size: 1.17 KB
Versions: 1
Compression:
Stored size: 1.17 KB
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 # # Options for retrieving the list of top level domain legal agreements # class TopLevelDomainAgreementOption include MsRestAzure # @return [Boolean] If true then the list of agreements will inclue # agreements for domain privacy as well. attr_accessor :include_privacy # # Mapper for TopLevelDomainAgreementOption class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'TopLevelDomainAgreementOption', type: { name: 'Composite', class_name: 'TopLevelDomainAgreementOption', model_properties: { include_privacy: { required: false, serialized_name: 'includePrivacy', type: { name: 'Boolean' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_web-0.8.0 | lib/generated/azure_mgmt_web/models/top_level_domain_agreement_option.rb |