Class PoliciesListResponse
Inheritance
System.Object
PoliciesListResponse
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dns.v2.Data
Assembly: Google.Apis.Dns.v2.dll
Syntax
public class PoliciesListResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.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 page token. This lets you 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. 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
Type | Description |
---|---|
System.String |
Policies
The policy resources.
Declaration
[JsonProperty("policies")]
public virtual IList<Policy> Policies { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<Policy> |
Implements
Google.Apis.Requests.IDirectResponseSchema