Class: DatadogAPIClient::V1::SyntheticsTestDetailsType

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

Overview

Type of the Synthetic test, either api or browser.

Constant Summary collapse

API =
"api".freeze
BROWSER =
"browser".freeze
MOBILE =
"mobile".freeze

Method Summary

Methods included from BaseEnumModel

included