Show / Hide Table of Contents

Class CollectionPeriod

The collection period is a date range which includes the first and last day.

Inheritance
object
CollectionPeriod
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.ChromeUXReport.v1.Data
Assembly: Google.Apis.ChromeUXReport.v1.dll
Syntax
public class CollectionPeriod : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FirstDate

The first day in the collection period, inclusive.

Declaration
[JsonProperty("firstDate")]
public virtual Date FirstDate { get; set; }
Property Value
Type Description
Date

LastDate

The last day in the collection period, inclusive.

Declaration
[JsonProperty("lastDate")]
public virtual Date LastDate { get; set; }
Property Value
Type Description
Date

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX