Show / Hide Table of Contents

Class IssuerToUserInfo

Inheritance
object
IssuerToUserInfo
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 IssuerToUserInfo : IDirectResponseSchema

Properties

Action

Declaration
[JsonProperty("action")]
public virtual string Action { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

SignUpInfo

Declaration
[JsonProperty("signUpInfo")]
public virtual SignUpInfo SignUpInfo { get; set; }
Property Value
Type Description
SignUpInfo

Url

Currently not used, consider deprecating.

Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
Type Description
string

Value

JSON web token for action S2AP.

Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX