Class: DatadogAPIClient::V1::SyntheticsTestUptime
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SyntheticsTestUptime
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/synthetics_test_uptime.rb
Overview
Object containing the uptime for a Synthetic test ID.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#from_ts ⇒ Object
Timestamp in seconds for the start of uptime.
-
#overall ⇒ Object
Object containing the uptime information.
-
#public_id ⇒ Object
A Synthetic test ID.
-
#to_ts ⇒ Object
Timestamp in seconds for the end of uptime.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v1/models/synthetics_test_uptime.rb', line 36 def additional_properties @additional_properties end |
#from_ts ⇒ Object
Timestamp in seconds for the start of uptime.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/synthetics_test_uptime.rb', line 25 def from_ts @from_ts end |
#overall ⇒ Object
Object containing the uptime information.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/synthetics_test_uptime.rb', line 28 def overall @overall end |
#public_id ⇒ Object
A Synthetic test ID.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/synthetics_test_uptime.rb', line 31 def public_id @public_id end |
#to_ts ⇒ Object
Timestamp in seconds for the end of uptime.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/synthetics_test_uptime.rb', line 34 def to_ts @to_ts end |