Show / Hide Table of Contents

Class JwtInsertResponse

Inheritance
object
JwtInsertResponse
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX