Class TimeQuery
The date ranges or specific dates for which you want to retrieve data.
Implements
Inherited Members
Namespace: Google.Apis.PostmasterTools.v2.Data
Assembly: Google.Apis.PostmasterTools.v2.dll
Syntax
public class TimeQuery : IDirectResponseSchema
Properties
DateList
A list of specific dates.
Declaration
[JsonProperty("dateList")]
public virtual DateList DateList { get; set; }
Property Value
| Type | Description |
|---|---|
| DateList |
DateRanges
A list of date ranges.
Declaration
[JsonProperty("dateRanges")]
public virtual DateRanges DateRanges { get; set; }
Property Value
| Type | Description |
|---|---|
| DateRanges |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |