Class: DatadogAPIClient::V1::NotebookAbsoluteTime
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::NotebookAbsoluteTime
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/notebook_absolute_time.rb
Overview
Absolute timeframe.
Instance Attribute Summary collapse
-
#_end ⇒ Object
readonly
The end time.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#live ⇒ Object
Indicates whether the timeframe should be shifted to end at the current time.
-
#start ⇒ Object
readonly
The start time.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#_end ⇒ Object
The end time.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/notebook_absolute_time.rb', line 25 def _end @_end end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v1/models/notebook_absolute_time.rb', line 33 def additional_properties @additional_properties end |
#live ⇒ Object
Indicates whether the timeframe should be shifted to end at the current time.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/notebook_absolute_time.rb', line 28 def live @live end |
#start ⇒ Object
The start time.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/notebook_absolute_time.rb', line 31 def start @start end |