Show / Hide Table of Contents

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.

Inheritance
object
GoogleAnalyticsAdminV1alphaReportingDataAnnotationDateRange
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX