Class: DatadogAPIClient::V1::SyntheticsUpdateTestPauseStatusPayload
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SyntheticsUpdateTestPauseStatusPayload
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/synthetics_update_test_pause_status_payload.rb
Overview
Object to start or pause an existing Synthetic test.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#new_status ⇒ Object
Define whether you want to start (‘live`) or pause (`paused`) a Synthetic test.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/synthetics_update_test_pause_status_payload.rb', line 28 def additional_properties @additional_properties end |
#new_status ⇒ Object
Define whether you want to start (‘live`) or pause (`paused`) a Synthetic test.
26 27 28 |
# File 'lib/datadog_api_client/v1/models/synthetics_update_test_pause_status_payload.rb', line 26 def new_status @new_status end |