Class GoogleAdsSearchads360V23ResourcesKeywordPlanForecastPeriod
The forecasting period associated with the keyword plan.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesKeywordPlanForecastPeriod : IDirectResponseSchema
Properties
DateInterval
A future date range relative to the current date used for forecasting.
Declaration
[JsonProperty("dateInterval")]
public virtual string DateInterval { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DateRange
The custom date range used for forecasting. It cannot be greater than a year. The start and end dates must be in the future. Otherwise, an error will be returned when the forecasting action is performed. The start and end dates are inclusive.
Declaration
[JsonProperty("dateRange")]
public virtual GoogleAdsSearchads360V23CommonDateRange DateRange { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23CommonDateRange |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |