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

#new_statusObject

Define whether you want to start (live) or pause (paused) a Synthetic test.



30
31
32
# File 'lib/datadog_api_client/v1/models/synthetics_update_test_pause_status_payload.rb', line 30

def new_status
  @new_status
end