Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ServicesCyoIncentives

An incentive offer in the Choose-Your-Own Incentive feature where a user can select from a set of incentives with different money amounts.

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

Properties

ETag

The ETag of the item.

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

HighOffer

Required. The CYO incentive with high target and award amounts.

Declaration
[JsonProperty("highOffer")]
public virtual GoogleAdsSearchads360V23ServicesIncentive HighOffer { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ServicesIncentive

LowOffer

Required. The CYO incentive with low target and award amounts.

Declaration
[JsonProperty("lowOffer")]
public virtual GoogleAdsSearchads360V23ServicesIncentive LowOffer { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ServicesIncentive

MediumOffer

Required. The CYO incentive with medium target and award amounts.

Declaration
[JsonProperty("mediumOffer")]
public virtual GoogleAdsSearchads360V23ServicesIncentive MediumOffer { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ServicesIncentive

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX