Class DateRanges
A set of date ranges.
Implements
Inherited Members
Namespace: Google.Apis.PostmasterTools.v2.Data
Assembly: Google.Apis.PostmasterTools.v2.dll
Syntax
public class DateRanges : IDirectResponseSchema
Properties
DateRangesValue
Required. The list of date ranges for which to retrieve data.
Declaration
[JsonProperty("dateRanges")]
public virtual IList<DateRange> DateRangesValue { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<DateRange> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |