Show / Hide Table of Contents

Class TimeQuery

The date ranges or specific dates for which you want to retrieve data.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX