Class FixedDateRange
A date range between two fixed dates (inclusive of end date).
Implements
Inherited Members
Namespace: Google.Apis.CurationPartners.v1.Data
Assembly: Google.Apis.CurationPartners.v1.dll
Syntax
public class FixedDateRange : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EndDate
Required. The end date (inclusive) of this date range.
Declaration
[JsonProperty("endDate")]
public virtual Date EndDate { get; set; }
Property Value
| Type | Description |
|---|---|
| Date |
StartDate
Required. The start date of this date range.
Declaration
[JsonProperty("startDate")]
public virtual Date StartDate { get; set; }
Property Value
| Type | Description |
|---|---|
| Date |