Show / Hide Table of Contents

Class PlanningHorizon

Specifies the time interval during which the solver should generate shifts. The start time must be before the end time.

Inheritance
object
PlanningHorizon
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX