Google Cloud Asset Inventory v1 API - Class TimeWindow (3.11.0)

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.

Inheritance

object > TimeWindow

Namespace

Google.Cloud.Asset.V1

Assembly

Google.Cloud.Asset.V1.dll

Constructors

TimeWindow()

public TimeWindow()

TimeWindow(TimeWindow)

public TimeWindow(TimeWindow other)
Parameter
NameDescription
otherTimeWindow

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
TypeDescription
Timestamp

StartTime

public Timestamp StartTime { get; set; }

Start time of the time window (exclusive).

Property Value
TypeDescription
Timestamp