class Azure::Dns::Mgmt::V2017_10_01::Models::PtrRecord
A PTR record.
Attributes
ptrdname[RW]
@return [String] The PTR target domain name for this PTR record.
Public Class Methods
mapper()
click to toggle source
Mapper for PtrRecord
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2017-10-01/generated/azure_mgmt_dns/models/ptr_record.rb, line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'PtrRecord', type: { name: 'Composite', class_name: 'PtrRecord', model_properties: { ptrdname: { client_side_validation: true, required: false, serialized_name: 'ptrdname', type: { name: 'String' } } } } } end