Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ServicesIncentiveOffer

An acquisition incentive offer for a user. An offer means how the user is treated. An offer can have no incentive or multiple incentives.

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

Properties

ConsolidatedTermsAndConditionsUrl

Optional. The URL of the terms and conditions for the incentive offer.

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

CyoIncentives

CYO incentives. Set when type is CYO_INCENTIVE.

Declaration
[JsonProperty("cyoIncentives")]
public virtual GoogleAdsSearchads360V23ServicesCyoIncentives CyoIncentives { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ServicesCyoIncentives

ETag

The ETag of the item.

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

Type

Required. The type of this acquisition incentive offer.

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