Class: DatadogAPIClient::V2::SyntheticsSuite
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SyntheticsSuite
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/synthetics_suite.rb
Overview
Object containing details about a Synthetic suite.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#message ⇒ Object
Notification message associated with the suite.
-
#monitor_id ⇒ Object
The associated monitor ID.
-
#name ⇒ Object
readonly
Name of the suite.
-
#options ⇒ Object
readonly
Object describing the extra options for a Synthetic suite.
-
#public_id ⇒ Object
The public ID for the test.
-
#tags ⇒ Object
Array of tags attached to the suite.
-
#tests ⇒ Object
readonly
Returns the value of attribute tests.
-
#type ⇒ Object
readonly
Type of the Synthetic suite,
suite.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
48 49 50 |
# File 'lib/datadog_api_client/v2/models/synthetics_suite.rb', line 48 def additional_properties @additional_properties end |
#message ⇒ Object
Notification message associated with the suite.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/synthetics_suite.rb', line 25 def @message end |
#monitor_id ⇒ Object
The associated monitor ID.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/synthetics_suite.rb', line 28 def monitor_id @monitor_id end |
#name ⇒ Object
Name of the suite.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/synthetics_suite.rb', line 31 def name @name end |
#options ⇒ Object
Object describing the extra options for a Synthetic suite.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/synthetics_suite.rb', line 34 def @options end |
#public_id ⇒ Object
The public ID for the test.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/synthetics_suite.rb', line 37 def public_id @public_id end |
#tags ⇒ Object
Array of tags attached to the suite.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/synthetics_suite.rb', line 40 def @tags end |
#tests ⇒ Object
Returns the value of attribute tests.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/synthetics_suite.rb', line 43 def tests @tests end |
#type ⇒ Object
Type of the Synthetic suite, suite.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/synthetics_suite.rb', line 46 def type @type end |