Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.AdManager.v202402.TimeSeries Class Reference

Represents a chronological sequence of daily values. More...

Properties

DateRange timeSeriesDateRange [get, set]
 The date range of the time series. More...
 
long[] values [get, set]
 The daily values constituting the time series. More...
 

Detailed Description

Represents a chronological sequence of daily values.

Property Documentation

DateRange Google.Api.Ads.AdManager.v202402.TimeSeries.timeSeriesDateRange
getset

The date range of the time series.

long [] Google.Api.Ads.AdManager.v202402.TimeSeries.values
getset

The daily values constituting the time series.

The number of time series values must equal the number of days spanned by the time series date range, inclusive. E.g.: of 2001-08-15 to 2001-08-17 should contain one value for the 15th, one value for the 16th, and one value for the 17th.


The documentation for this class was generated from the following file: