Class: Google::Cloud::Asset::V1::TimeWindow

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/asset/v1/doc/google/cloud/asset/v1/assets.rb

Overview

A time window of (start_time, end_time].

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeGoogle::Protobuf::Timestamp

Returns End time of the time window (inclusive). Current timestamp if not specified.

Returns:



41
# File 'lib/google/cloud/asset/v1/doc/google/cloud/asset/v1/assets.rb', line 41

class TimeWindow; end

#start_timeGoogle::Protobuf::Timestamp

Returns Start time of the time window (exclusive).

Returns:



41
# File 'lib/google/cloud/asset/v1/doc/google/cloud/asset/v1/assets.rb', line 41

class TimeWindow; end