Sha256: 932fd7f97e0086eced4f8e1965fd9ae1e19b7368e3ac372bdbc7a76d79124c09
Contents?: true
Size: 1.73 KB
Versions: 2
Compression:
Stored size: 1.73 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::CDN::Mgmt::V2015_06_01 module Models # # Output of custom domain validation. # class ValidateCustomDomainOutput include MsRestAzure # @return [Boolean] Indicates whether the custom domain is validated or # not. attr_accessor :custom_domain_validated # @return [String] The reason why the custom domain is not valid. attr_accessor :reason # @return [String] The message describing why the custom domain is not # valid. attr_accessor :message # # Mapper for ValidateCustomDomainOutput class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'ValidateCustomDomainOutput', type: { name: 'Composite', class_name: 'ValidateCustomDomainOutput', model_properties: { custom_domain_validated: { required: false, serialized_name: 'customDomainValidated', type: { name: 'Boolean' } }, reason: { required: false, serialized_name: 'reason', type: { name: 'String' } }, message: { required: false, serialized_name: 'message', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems