Capacity Planner v1beta API - Class FutureReservation.Types.TimeWindow (1.0.0-beta01)

public sealed class FutureReservation.Types.TimeWindow : IMessage<FutureReservation.Types.TimeWindow>, IEquatable<FutureReservation.Types.TimeWindow>, IDeepCloneable<FutureReservation.Types.TimeWindow>, IBufferMessage, IMessage

Reference documentation and code samples for the Capacity Planner v1beta API class FutureReservation.Types.TimeWindow.

Represents time window for the Future Reservation.

Inheritance

object > FutureReservation.Types.TimeWindow

Namespace

Google.Cloud.CapacityPlanner.V1Beta

Assembly

Google.Cloud.CapacityPlanner.V1Beta.dll

Constructors

TimeWindow()

public TimeWindow()

TimeWindow(TimeWindow)

public TimeWindow(FutureReservation.Types.TimeWindow other)
Parameter
Name Description
other FutureReservationTypesTimeWindow

Properties

EndTime

public Timestamp EndTime { get; set; }

End time of the Future Reservation.

Property Value
Type Description
Timestamp

StartTime

public Timestamp StartTime { get; set; }

Start time of the Future Reservation.

Property Value
Type Description
Timestamp