Show / Hide Table of Contents

Class GoogleCloudPaymentsResellerSubscriptionV1GenerateUserSessionResponse

[Preview only] Response that contains the details for generated user session.

Inheritance
object
GoogleCloudPaymentsResellerSubscriptionV1GenerateUserSessionResponse
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 GoogleCloudPaymentsResellerSubscriptionV1GenerateUserSessionResponse : 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 GoogleCloudPaymentsResellerSubscriptionV1UserSession UserSession { get; set; }
Property Value
Type Description
GoogleCloudPaymentsResellerSubscriptionV1UserSession

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX