Class: DatadogAPIClient::V1::SyntheticsBatchStatus

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

Overview

Determines whether the batch has passed, failed, or is in progress.

Constant Summary collapse

PASSED =
"passed".freeze
SKIPPED =
"skipped".freeze
FAILED =
"failed".freeze

Method Summary

Methods included from BaseEnumModel

included