Class: Google::Apis::DnsV1::ResponsePolicyRuleLocalData

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dns_v1/classes.rb,
lib/google/apis/dns_v1/representations.rb,
lib/google/apis/dns_v1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ResponsePolicyRuleLocalData

Returns a new instance of ResponsePolicyRuleLocalData.



2680
2681
2682
# File 'lib/google/apis/dns_v1/classes.rb', line 2680

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#local_datasArray<Google::Apis::DnsV1::ResourceRecordSet>

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



2678
2679
2680
# File 'lib/google/apis/dns_v1/classes.rb', line 2678

def local_datas
  @local_datas
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2685
2686
2687
# File 'lib/google/apis/dns_v1/classes.rb', line 2685

def update!(**args)
  @local_datas = args[:local_datas] if args.key?(:local_datas)
end