Class GoogleAnalyticsAdminV1alphaAccessDateRange
A contiguous range of days: startDate, startDate + 1, ..., endDate.
Implements
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class GoogleAnalyticsAdminV1alphaAccessDateRange : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EndDate
The inclusive end date for the query in the format YYYY-MM-DD
. Cannot be before startDate
. The format
NdaysAgo
, yesterday
, or today
is also accepted, and in that case, the date is inferred based on the
current time in the request's time zone.
Declaration
[JsonProperty("endDate")]
public virtual string EndDate { get; set; }
Property Value
Type | Description |
---|---|
string |
StartDate
The inclusive start date for the query in the format YYYY-MM-DD
. Cannot be after endDate
. The format
NdaysAgo
, yesterday
, or today
is also accepted, and in that case, the date is inferred based on the
current time in the request's time zone.
Declaration
[JsonProperty("startDate")]
public virtual string StartDate { get; set; }
Property Value
Type | Description |
---|---|
string |