Class ResourceRecordSetsListResponse
Inheritance
ResourceRecordSetsListResponse
Assembly: Google.Apis.Dns.v1beta2.dll
Syntax
public class ResourceRecordSetsListResponse : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("header")]
public virtual ResponseHeader Header { get; set; }
Property Value
Kind
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
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. This
lets you retrieve complete contents of even larger 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 elements returned are
an inconsistent view of the collection. You cannot retrieve a consistent snapshot of a collection larger
than the maximum page size.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Rrsets
The resource record set resources.
Declaration
[JsonProperty("rrsets")]
public virtual IList<ResourceRecordSet> Rrsets { get; set; }
Property Value
Implements