Assured Workloads v1 API - Class TimeWindow (2.5.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
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