class Google::Apis::ServicenetworkingV1::ListPeeredDnsDomainsResponse

Response to list peered DNS domains for a given connection.

Attributes

peered_dns_domains[RW]

The list of peered DNS domains. Corresponds to the JSON property `peeredDnsDomains` @return [Array<Google::Apis::ServicenetworkingV1::PeeredDnsDomain>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/servicenetworking_v1/classes.rb, line 2124
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/servicenetworking_v1/classes.rb, line 2129
def update!(**args)
  @peered_dns_domains = args[:peered_dns_domains] if args.key?(:peered_dns_domains)
end