Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ServicesIncentive

An incentive that a user can claim for their account.

Inheritance
object
GoogleAdsSearchads360V23ServicesIncentive
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.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesIncentive : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

IncentiveId

The incentive ID of this incentive. This is used to identify which incentive is selected by the user in the CYO flow.

Declaration
[JsonProperty("incentiveId")]
public virtual long? IncentiveId { get; set; }
Property Value
Type Description
long?

IncentiveTermsAndConditionsUrl

The URL of the terms and conditions for THIS incentive offer ONLY. This is different from the terms_and_conditions_url field in AcquisitionIncentiveOffer which is a combination of all the Incentive offers in a CYO offer.

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

Requirement

The requirement for this incentive.

Declaration
[JsonProperty("requirement")]
public virtual GoogleAdsSearchads360V23ServicesIncentiveRequirement Requirement { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ServicesIncentiveRequirement

Type

The type of the incentive.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX