Show / Hide Table of Contents

Class DateRange

A single date range defined by a start and end date.

Inheritance
object
DateRange
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 DateRange : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

End

Required. The inclusive end date of the date range.

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

Start

Required. The inclusive start date of the date range.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX