Sha256: c8229878ad9cc90c3d388bdf450a37fb2d165d12fe5bf1e66e8d76db76a9d696
Contents?: true
Size: 1.19 KB
Versions: 11
Compression:
Stored size: 1.19 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::V2017_10_12 module Models # # Input of the custom domain to be validated for DNS mapping. # class ValidateCustomDomainInput include MsRestAzure # @return [String] The host name of the custom domain. Must be a domain # name. attr_accessor :host_name # # Mapper for ValidateCustomDomainInput class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ValidateCustomDomainInput', type: { name: 'Composite', class_name: 'ValidateCustomDomainInput', model_properties: { host_name: { client_side_validation: true, required: true, serialized_name: 'hostName', type: { name: 'String' } } } } } end end end end
Version data entries
11 entries across 11 versions & 1 rubygems