Class: DatadogAPIClient::V1::MonitorDeviceID

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

Overview

ID of the device the Synthetics monitor is running on. Same as ‘SyntheticsDeviceID`.

Constant Summary collapse

LAPTOP_LARGE =
"laptop_large".freeze
TABLET =
"tablet".freeze
MOBILE_SMALL =
"mobile_small".freeze
CHROME_LAPTOP_LARGE =
"chrome.laptop_large".freeze
CHROME_TABLET =
"chrome.tablet".freeze
CHROME_MOBILE_SMALL =
"chrome.mobile_small".freeze
FIREFOX_LAPTOP_LARGE =
"firefox.laptop_large".freeze
FIREFOX_TABLET =
"firefox.tablet".freeze
FIREFOX_MOBILE_SMALL =
"firefox.mobile_small".freeze

Method Summary

Methods included from BaseEnumModel

included