Show / Hide Table of Contents

Class GenerateUserSessionResponse

Response that contains the details for generated user session.

Inheritance
object
GenerateUserSessionResponse
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.PaymentsResellerSubscription.v1.Data
Assembly: Google.Apis.PaymentsResellerSubscription.v1.dll
Syntax
public class GenerateUserSessionResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

UserSession

The generated user session. The token size is proportional to the size of the intent payload.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX