public sealed class TimeWindow : IMessage<TimeWindow>, IEquatable<TimeWindow>, IDeepCloneable<TimeWindow>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Asset Inventory v1 API class TimeWindow.
A time window specified by its start_time
and end_time
.
Implements
IMessage<TimeWindow>, IEquatable<TimeWindow>, IDeepCloneable<TimeWindow>, IBufferMessage, IMessageNamespace
Google.Cloud.Asset.V1Assembly
Google.Cloud.Asset.V1.dll
Constructors
TimeWindow()
public TimeWindow()
TimeWindow(TimeWindow)
public TimeWindow(TimeWindow other)
Parameter | |
---|---|
Name | Description |
other | TimeWindow |
Properties
EndTime
public Timestamp EndTime { get; set; }
End time of the time window (inclusive). If not specified, the current timestamp is used instead.
Property Value | |
---|---|
Type | Description |
Timestamp |
StartTime
public Timestamp StartTime { get; set; }
Start time of the time window (exclusive).
Property Value | |
---|---|
Type | Description |
Timestamp |