Class ReportRequest.TimeRangeData
If metrics are requested in a report, this argument will be used to restrict the metrics to a specific time range.
Inherited Members
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 |