Class PlanningHorizon
Specifies the time interval during which the solver should generate shifts. The start time must be before the end time.
Implements
Inherited Members
Namespace: Google.Apis.CCAIPlatform.v1alpha1.Data
Assembly: Google.Apis.CCAIPlatform.v1alpha1.dll
Syntax
public class PlanningHorizon : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EndTime
Required. End of the time interval for the given demand (exclusive). These values are read down to the minute; seconds and all smaller units are ignored.
Declaration
[JsonProperty("endTime")]
public virtual DateTime EndTime { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
StartTime
Required. Start of the time interval for the given demand (inclusive). These values are read down to the minute; seconds and all smaller units are ignored.
Declaration
[JsonProperty("startTime")]
public virtual DateTime StartTime { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |