Class: DatadogAPIClient::V2::SyntheticsTestPauseStatus

Inherits:
Object
  • Object
show all
Includes:
BaseEnumModel
Defined in:
lib/datadog_api_client/v2/models/synthetics_test_pause_status.rb

Overview

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

Constant Summary collapse

LIVE =
"live".freeze
PAUSED =
"paused".freeze

Method Summary

Methods included from BaseEnumModel

included