Class: DatadogAPIClient::V2::SyntheticsTestParentSuiteAttributes

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

Overview

Object containing details about a parent suite of a Synthetic test.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



45
46
47
# File 'lib/datadog_api_client/v2/models/synthetics_test_parent_suite_attributes.rb', line 45

def additional_properties
  @additional_properties
end

#child_nameObject

The name of the child test within the suite.



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

def child_name
  @child_name
end

#child_public_idObject

The public ID of the child test within the suite.



28
29
30
# File 'lib/datadog_api_client/v2/models/synthetics_test_parent_suite_attributes.rb', line 28

def child_public_id
  @child_public_id
end

#monitor_idObject

The associated monitor ID.



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

def monitor_id
  @monitor_id
end

#nameObject

Name of the parent suite.



34
35
36
# File 'lib/datadog_api_client/v2/models/synthetics_test_parent_suite_attributes.rb', line 34

def name
  @name
end

#overall_stateObject

The overall state of the parent suite.



37
38
39
# File 'lib/datadog_api_client/v2/models/synthetics_test_parent_suite_attributes.rb', line 37

def overall_state
  @overall_state
end

#overall_state_modifiedObject

Timestamp of when the overall state was last modified.



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

def overall_state_modified
  @overall_state_modified
end

#public_idObject

The public ID of the parent suite.



43
44
45
# File 'lib/datadog_api_client/v2/models/synthetics_test_parent_suite_attributes.rb', line 43

def public_id
  @public_id
end