Class V2GetKeyStringResponse
Response message for GetKeyString
method.
Implements
Inherited Members
Namespace: Google.Apis.ApiKeysService.v2.Data
Assembly: Google.Apis.ApiKeysService.v2.dll
Syntax
public class V2GetKeyStringResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
KeyString
An encrypted and signed value of the key.
Declaration
[JsonProperty("keyString")]
public virtual string KeyString { get; set; }
Property Value
Type | Description |
---|---|
string |