Class: Google::Cloud::Talent::V4beta1::TimestampRange
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::TimestampRange
- 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
-
#end_time ⇒ Google::Protobuf::Timestamp
End of the period (exclusive).
-
#start_time ⇒ Google::Protobuf::Timestamp
Begin of the period (inclusive).
Instance Attribute Details
#end_time ⇒ Google::Protobuf::Timestamp
Returns End of the period (exclusive).
27 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/common.rb', line 27 class TimestampRange; end |
#start_time ⇒ Google::Protobuf::Timestamp
Returns Begin of the period (inclusive).
27 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/common.rb', line 27 class TimestampRange; end |