Class TimeWindow
A time window of (start_time, end_time].
Inheritance
System.Object
TimeWindow
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.Asset.V1Beta1
Assembly: Google.Cloud.Asset.V1Beta1.dll
Syntax
public sealed class TimeWindow : IMessage<TimeWindow>, IMessage, IEquatable<TimeWindow>, IDeepCloneable<TimeWindow>
Constructors
TimeWindow()
Declaration
public TimeWindow()
TimeWindow(TimeWindow)
Declaration
public TimeWindow(TimeWindow other)
Parameters
Type | Name | Description |
---|---|---|
TimeWindow | other |
Properties
EndTime
End time of the time window (inclusive). Current timestamp if not specified.
Declaration
public Timestamp EndTime { get; set; }
Property Value
Type | Description |
---|---|
Timestamp |
StartTime
Start time of the time window (exclusive).
Declaration
public Timestamp StartTime { get; set; }
Property Value
Type | Description |
---|---|
Timestamp |