Assured Workloads v1 API - Class TimeWindow (2.3.0)

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.

Inheritance

Object > TimeWindow

Namespace

Google.Cloud.AssuredWorkloads.V1

Assembly

Google.Cloud.AssuredWorkloads.V1.dll

Constructors

TimeWindow()

public TimeWindow()

TimeWindow(TimeWindow)

public TimeWindow(TimeWindow other)
Parameter
NameDescription
otherTimeWindow

Properties

EndTime

public Timestamp EndTime { get; set; }

The end of the time window.

Property Value
TypeDescription
Timestamp

StartTime

public Timestamp StartTime { get; set; }

The start of the time window.

Property Value
TypeDescription
Timestamp