Show / Hide Table of Contents

Class DailyMetricTimeSeries

Represents a single datapoint, where each datapoint is a DailyMetric-DailySubEntityType-TimeSeries tuple.

Inheritance
object
DailyMetricTimeSeries
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 DailyMetricTimeSeries : IDirectResponseSchema

Properties

DailyMetric

The DailyMetric that the TimeSeries represents.

Declaration
[JsonProperty("dailyMetric")]
public virtual string DailyMetric { get; set; }
Property Value
Type Description
string

DailySubEntityType

The DailySubEntityType that the TimeSeries represents. Will not be present when breakdown does not exist.

Declaration
[JsonProperty("dailySubEntityType")]
public virtual DailySubEntityType DailySubEntityType { get; set; }
Property Value
Type Description
DailySubEntityType

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

TimeSeries

List of datapoints where each datapoint is a date-value pair.

Declaration
[JsonProperty("timeSeries")]
public virtual TimeSeries TimeSeries { get; set; }
Property Value
Type Description
TimeSeries

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX