GoogleApi.ServiceNetworking.V1.Model.ListDnsRecordSetsResponse (google_api_service_networking v0.40.0)
View SourceRepresents all DNS RecordSets associated with the producer network
Attributes
-
dnsRecordSets
(type:list(GoogleApi.ServiceNetworking.V1.Model.DnsRecordSet.t)
, default:nil
) - DNS record Set Resource
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ServiceNetworking.V1.Model.ListDnsRecordSetsResponse{ dnsRecordSets: [GoogleApi.ServiceNetworking.V1.Model.DnsRecordSet.t()] | nil }