Class GoogleAdsSearchads360V23ResourcesRecommendationKeywordRecommendationSearchTerm
Information about a search term as related to a keyword recommendation.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesRecommendationKeywordRecommendationSearchTerm : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EstimatedWeeklySearchCount
Output only. Estimated number of historical weekly searches for this search term.
Declaration
[JsonProperty("estimatedWeeklySearchCount")]
public virtual long? EstimatedWeeklySearchCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
Text
Output only. The text of the search term.
Declaration
[JsonProperty("text")]
public virtual string Text { get; set; }
Property Value
| Type | Description |
|---|---|
| string |