Class RelativeDateRange
A relative date range, specified by an offset and a duration. The supported range of dates begins 30 days before today and ends today, for example, the limits for these values are: offset_days >= 0 duration_days >= 1 offset_days + duration_days <= 30
Implements
Inherited Members
Namespace: Google.Apis.AdExchangeBuyerII.v2beta1.Data
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public class RelativeDateRange : IDirectResponseSchema
Properties
DurationDays
The number of days in the requested date range, for example, for a range spanning today: 1. For a range spanning the last 7 days: 7.
Declaration
[JsonProperty("durationDays")]
public virtual int? DurationDays { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
OffsetDays
The end date of the filter set, specified as the number of days before today, for example, for a range where the last date is today: 0.
Declaration
[JsonProperty("offsetDays")]
public virtual int? OffsetDays { get; set; }
Property Value
Type | Description |
---|---|
int? |