Class DateRange
A date range for a report.
Implements
Inherited Members
Namespace: Google.Apis.CurationPartners.v1.Data
Assembly: Google.Apis.CurationPartners.v1.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 |
Fixed__
A fixed date range.
Declaration
[JsonProperty("fixed")]
public virtual FixedDateRange Fixed__ { get; set; }
Property Value
| Type | Description |
|---|---|
| FixedDateRange |
Relative
A relative date range.
Declaration
[JsonProperty("relative")]
public virtual string Relative { get; set; }
Property Value
| Type | Description |
|---|---|
| string |