Sha256: 9361981f7e624e4d29b1a5860933d20502211175f3775012b800ab722f26265d
Contents?: true
Size: 1.9 KB
Versions: 12
Compression:
Stored size: 1.9 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() { client_side_validation: true, required: false, serialized_name: 'ValidateCustomDomainOutput', type: { name: 'Composite', class_name: 'ValidateCustomDomainOutput', model_properties: { custom_domain_validated: { client_side_validation: true, required: false, serialized_name: 'customDomainValidated', type: { name: 'Boolean' } }, reason: { client_side_validation: true, required: false, serialized_name: 'reason', type: { name: 'String' } }, message: { client_side_validation: true, required: false, serialized_name: 'message', type: { name: 'String' } } } } } end end end end
Version data entries
12 entries across 12 versions & 1 rubygems