Class: DatadogAPIClient::V1::SyntheticsUpdateTestPauseStatusPayload

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_statusObject

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