Class JwtInsertResponse
Implements
Inherited Members
Namespace: Google.Apis.Walletobjects.v1.Data
Assembly: Google.Apis.Walletobjects.v1.dll
Syntax
public class JwtInsertResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Resources
Data that corresponds to the ids of the provided classes and objects in the JWT. resources will only include the non-empty arrays (i.e. if the JWT only includes eventTicketObjects, then that is the only field that will be present in resources).
Declaration
[JsonProperty("resources")]
public virtual Resources Resources { get; set; }
Property Value
Type | Description |
---|---|
Resources |
SaveUri
A URI that, when opened, will allow the end user to save the object(s) identified in the JWT to their Google account.
Declaration
[JsonProperty("saveUri")]
public virtual string SaveUri { get; set; }
Property Value
Type | Description |
---|---|
string |