Class: DatadogAPIClient::V1::SyntheticsBrowserTest

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

Overview

Object containing details about a Synthetic browser test.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



58
59
60
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test.rb', line 58

def additional_properties
  @additional_properties
end

#configObject

Configuration object for a Synthetic browser test.



25
26
27
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test.rb', line 25

def config
  @config
end

#locationsObject

Array of locations used to run the test.



28
29
30
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test.rb', line 28

def locations
  @locations
end

#messageObject

Notification message associated with the test. Message can either be text or an empty string.



31
32
33
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test.rb', line 31

def message
  @message
end

#monitor_idObject

The associated monitor ID.



34
35
36
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test.rb', line 34

def monitor_id
  @monitor_id
end

#nameObject

Name of the test.



37
38
39
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test.rb', line 37

def name
  @name
end

#optionsObject

Object describing the extra options for a Synthetic test.



40
41
42
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test.rb', line 40

def options
  @options
end

#public_idObject

The public ID of the test.



43
44
45
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test.rb', line 43

def public_id
  @public_id
end

#statusObject

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



47
48
49
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test.rb', line 47

def status
  @status
end

#stepsObject

Array of steps for the test.



50
51
52
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test.rb', line 50

def steps
  @steps
end

#tagsObject

Array of tags attached to the test.



53
54
55
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test.rb', line 53

def tags
  @tags
end

#typeObject

Type of the Synthetic test, ‘browser`.



56
57
58
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test.rb', line 56

def type
  @type
end