Class V2ListKeysResponse
Response message for ListKeys
method.
Implements
Inherited Members
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 |