Show / Hide Table of Contents

Class ListPeeredDnsDomainsResponse

Response to list peered DNS domains for a given connection.

Inheritance
object
ListPeeredDnsDomainsResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX