Class JwtResource
Implements
Inherited Members
Namespace: Google.Apis.Walletobjects.v1.Data
Assembly: Google.Apis.Walletobjects.v1.dll
Syntax
public class JwtResource : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Jwt
A string representing a JWT of the format described at https://developers.google.com/wallet/reference/rest/v1/Jwt
Declaration
[JsonProperty("jwt")]
public virtual string Jwt { get; set; }
Property Value
Type | Description |
---|---|
string |