Class: Google::Cloud::Talent::V4beta1::TimestampRange

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/common.rb

Overview

Message representing a period of time between two timestamps.

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeGoogle::Protobuf::Timestamp

Returns End of the period (exclusive).

Returns:



27
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/common.rb', line 27

class TimestampRange; end

#start_timeGoogle::Protobuf::Timestamp

Returns Begin of the period (inclusive).

Returns:



27
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/common.rb', line 27

class TimestampRange; end