Show / Hide Table of Contents

Class TimeSeries

Represents a timeseries.

Inheritance
object
TimeSeries
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX