Sha256: 0142a1d1d05c4a04f510dadaf78a733b2acf1ca496dbe9083253991485365cc5
Contents?: true
Size: 1.23 KB
Versions: 1
Compression:
Stored size: 1.23 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 <code>true</code>, then the list of agreements # will include agreements for domain privacy as well; otherwise, # <code>false</code>. 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.9.0 | lib/generated/azure_mgmt_web/models/top_level_domain_agreement_option.rb |