class Google::Apis::DnsV1::ResponsePolicyRuleLocalData
Attributes
local_datas[RW]
All resource record sets for this selector, one per resource record type. The name must match the dns_name. Corresponds to the JSON property `localDatas` @return [Array<Google::Apis::DnsV1::ResourceRecordSet>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dns_v1/classes.rb, line 2666 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dns_v1/classes.rb, line 2671 def update!(**args) @local_datas = args[:local_datas] if args.key?(:local_datas) end