Class: DatadogAPIClient::V2::SyntheticsSuite

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#messageObject

Notification message associated with the suite.



25
26
27
# File 'lib/datadog_api_client/v2/models/synthetics_suite.rb', line 25

def message
  @message
end

#monitor_idObject

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

#nameObject

Name of the suite.



31
32
33
# File 'lib/datadog_api_client/v2/models/synthetics_suite.rb', line 31

def name
  @name
end

#optionsObject

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
  @options
end

#public_idObject

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

#tagsObject

Array of tags attached to the suite.



40
41
42
# File 'lib/datadog_api_client/v2/models/synthetics_suite.rb', line 40

def tags
  @tags
end

#testsObject

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

#typeObject

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