Class CollectionPeriod
The collection period is a date range which includes the first and last day.
Implements
Inherited Members
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 |