public sealed class TimeWindow : IMessage<TimeWindow>, IEquatable<TimeWindow>, IDeepCloneable<TimeWindow>, IBufferMessage, IMessage
Reference documentation and code samples for the Assured Workloads v1 API class TimeWindow.
Interval defining a time window.
Implements
IMessageTimeWindow, IEquatableTimeWindow, IDeepCloneableTimeWindow, IBufferMessage, IMessageNamespace
Google.Cloud.AssuredWorkloads.V1Assembly
Google.Cloud.AssuredWorkloads.V1.dll
Constructors
TimeWindow()
public TimeWindow()
TimeWindow(TimeWindow)
public TimeWindow(TimeWindow other)
Parameter | |
---|---|
Name | Description |
other |
TimeWindow |
Properties
EndTime
public Timestamp EndTime { get; set; }
The end of the time window.
Property Value | |
---|---|
Type | Description |
Timestamp |
StartTime
public Timestamp StartTime { get; set; }
The start of the time window.
Property Value | |
---|---|
Type | Description |
Timestamp |