Class ListPeeredDnsDomainsResponse
Response to list peered DNS domains for a given connection.
Implements
Inherited Members
Namespace: Google.Apis.ServiceNetworking.v1.Data
Assembly: Google.Apis.ServiceNetworking.v1.dll
Syntax
public class ListPeeredDnsDomainsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PeeredDnsDomains
The list of peered DNS domains.
Declaration
[JsonProperty("peeredDnsDomains")]
public virtual IList<PeeredDnsDomain> PeeredDnsDomains { get; set; }
Property Value
Type | Description |
---|---|
IList<PeeredDnsDomain> |