Class DateRange
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class DateRange : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EndDate
Declaration
[JsonProperty("endDate")]
public virtual string EndDate { get; set; }
Property Value
Kind
The kind of resource this is, in this case dfareporting#dateRange.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
RelativeDateRange
The date range relative to the date of when the report is run.
Declaration
[JsonProperty("relativeDateRange")]
public virtual string RelativeDateRange { get; set; }
Property Value
StartDate
Declaration
[JsonProperty("startDate")]
public virtual string StartDate { get; set; }
Property Value
Implements