Show / Hide Table of Contents

Class DnsKeysListResponse

The response to a request to enumerate DnsKeys in a ManagedZone.

Inheritance
object
DnsKeysListResponse
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.Dns.v1beta2.Data
Assembly: Google.Apis.Dns.v1beta2.dll
Syntax
public class DnsKeysListResponse : IDirectResponseSchema

Properties

DnsKeys

The requested resources.

Declaration
[JsonProperty("dnsKeys")]
public virtual IList<DnsKey> DnsKeys { get; set; }
Property Value
Type Description
IList<DnsKey>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Header

Declaration
[JsonProperty("header")]
public virtual ResponseHeader Header { get; set; }
Property Value
Type Description
ResponseHeader

Kind

Type of resource.

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

NextPageToken

The presence of this field indicates that there exist more results following your last page of results in pagination order. To fetch them, make another list request using this value as your pagination token. In this way you can retrieve the complete contents of even very large collections one page at a time. However, if the contents of the collection change between the first and last paginated list request, the set of all elements returned are an inconsistent view of the collection. There is no way to retrieve a "snapshot" of collections larger than the maximum page size.

Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX