public sealed class TimeWindow : IMessage<TimeWindow>, IEquatable<TimeWindow>, IDeepCloneable<TimeWindow>, IBufferMessage, IMessageReference 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
IMessageTimeWindow, IEquatableTimeWindow, IDeepCloneableTimeWindow, 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 |
|