Show / Hide Table of Contents

Class DatedValue

Represents a single datapoint in the timeseries, where each datapoint is a date-value pair.

Inheritance
object
DatedValue
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 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX