Class DateRange
A single date range defined by a start and end date.
Implements
Inherited Members
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 |