Sha256: edabd08e0ed4a48b1baa8a1ce50d0b28da17e171361d58a4acf1f6b23902c352
Contents?: true
Size: 1.77 KB
Versions: 11
Compression:
Stored size: 1.77 KB
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::Web::Mgmt::V2015_04_01 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 # @return [Boolean] If <code>true</code>, then the list of agreements # will include agreements for domain transfer as well; otherwise, # <code>false</code>. attr_accessor :for_transfer # # Mapper for TopLevelDomainAgreementOption class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'TopLevelDomainAgreementOption', type: { name: 'Composite', class_name: 'TopLevelDomainAgreementOption', model_properties: { include_privacy: { client_side_validation: true, required: false, serialized_name: 'includePrivacy', type: { name: 'Boolean' } }, for_transfer: { client_side_validation: true, required: false, serialized_name: 'forTransfer', type: { name: 'Boolean' } } } } } end end end end
Version data entries
11 entries across 11 versions & 1 rubygems