Show / Hide Table of Contents

Class V2ListKeysResponse

Response message for ListKeys method.

Inheritance
object
V2ListKeysResponse
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.ApiKeysService.v2.Data
Assembly: Google.Apis.ApiKeysService.v2.dll
Syntax
public class V2ListKeysResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Keys

A list of API keys.

Declaration
[JsonProperty("keys")]
public virtual IList<V2Key> Keys { get; set; }
Property Value
Type Description
IList<V2Key>

NextPageToken

The pagination token for the next page of results.

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