Class DatedValue
Represents a single datapoint in the timeseries, where each datapoint is a date-value pair.
Implements
Inherited Members
Namespace: Google.Apis.BusinessProfilePerformance.v1.Data
Assembly: Google.Apis.BusinessProfilePerformance.v1.dll
Syntax
public class DatedValue : IDirectResponseSchema
  Properties
Date
The date that the datapoint corresponds to. This represents a month value if the day field is not set.
Declaration
[JsonProperty("date")]
public virtual Date Date { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Date | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Value
The value of the datapoint. This will not be present when the value is zero.
Declaration
[JsonProperty("value")]
public virtual long? Value { get; set; }
  Property Value
| Type | Description | 
|---|---|
| long? |