Class GoogleAnalyticsAdminV1alphaReportingDataAnnotationDateRange
Represents a Reporting Data Annotation's date range, both start and end dates are inclusive. Time zones are based on the parent property.
Implements
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class GoogleAnalyticsAdminV1alphaReportingDataAnnotationDateRange : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EndDate
Required. The end date for this range. Must be a valid date with year, month, and day set. This date must be greater than or equal to the start date.
Declaration
[JsonProperty("endDate")]
public virtual GoogleTypeDate EndDate { get; set; }
Property Value
Type | Description |
---|---|
GoogleTypeDate |
StartDate
Required. The start date for this range. Must be a valid date with year, month, and day set. The date may be in the past, present, or future.
Declaration
[JsonProperty("startDate")]
public virtual GoogleTypeDate StartDate { get; set; }
Property Value
Type | Description |
---|---|
GoogleTypeDate |