Class RetrieveGoogleDomainsDnsRecordsResponse
Response for the RetrieveGoogleDomainsDnsRecords
method.
Implements
Inherited Members
Namespace: Google.Apis.CloudDomains.v1.Data
Assembly: Google.Apis.CloudDomains.v1.dll
Syntax
public class RetrieveGoogleDomainsDnsRecordsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
When present, there are more results to retrieve. Set page_token
to this value on a subsequent call to get
the next page of results.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Rrset
The resource record set resources (DNS Zone records).
Declaration
[JsonProperty("rrset")]
public virtual IList<ResourceRecordSet> Rrset { get; set; }
Property Value
Type | Description |
---|---|
IList<ResourceRecordSet> |