Class TimeSeries
Represents a timeseries.
Implements
Inherited Members
Namespace: Google.Apis.BusinessProfilePerformance.v1.Data
Assembly: Google.Apis.BusinessProfilePerformance.v1.dll
Syntax
public class TimeSeries : IDirectResponseSchema
Properties
DatedValues
List of datapoints in the timeseries, where each datapoint is a date-value pair.
Declaration
[JsonProperty("datedValues")]
public virtual IList<DatedValue> DatedValues { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<DatedValue> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |