Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesKeywordPlanForecastPeriod

The forecasting period associated with the keyword plan.

Inheritance
object
GoogleAdsSearchads360V23ResourcesKeywordPlanForecastPeriod
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX