Show / Hide Table of Contents

Class ReportRequest.TimeRangeData

If metrics are requested in a report, this argument will be used to restrict the metrics to a specific time range.

Inheritance
object
ReportRequest.TimeRangeData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Doubleclicksearch.v2.Data
Assembly: Google.Apis.Doubleclicksearch.v2.dll
Syntax
public class ReportRequest.TimeRangeData

Properties

ChangedAttributesSinceTimestamp

Inclusive UTC timestamp in RFC format, e.g., 2013-07-16T10:16:23.555Z. See additional references on how changed attribute reports work.

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

ChangedMetricsSinceTimestamp

Inclusive UTC timestamp in RFC format, e.g., 2013-07-16T10:16:23.555Z. See additional references on how changed metrics reports work.

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

EndDate

Inclusive date in YYYY-MM-DD format.

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

StartDate

Inclusive date in YYYY-MM-DD format.

Declaration
[JsonProperty("startDate")]
public virtual string StartDate { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX