Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesRecommendationTextAdRecommendation

The text ad recommendation.

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

Properties

Ad

Output only. Recommended ad.

Declaration
[JsonProperty("ad")]
public virtual GoogleAdsSearchads360V23ResourcesAd Ad { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ResourcesAd

AutoApplyDate

Output only. Date, if present, is the earliest when the recommendation will be auto applied. YYYY-MM-DD format, for example, 2018-04-17.

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

CreationDate

Output only. Creation date of the recommended ad. YYYY-MM-DD format, for example, 2018-04-17.

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

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX