Show / Hide Table of Contents

Class IntentPayloadIntentOptions

The options for the intent.

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

Properties

ETag

The ETag of the item.

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

EnableOfferOverride

Optional. If true, Google may use a different product and promotion id from the ones in the create_intent based on the user's eligibility. Only applicable for certain YouTube free trial offers.

Declaration
[JsonProperty("enableOfferOverride")]
public virtual bool? EnableOfferOverride { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX