TestMetricExtensionData¶
-
class
oci.stack_monitoring.models.
TestMetricExtensionData
(**kwargs)¶ Bases:
object
The Test result details
Methods
__init__
(**kwargs)Initializes a new TestMetricExtensionData object with values from keyword arguments. Attributes
test_run_id
[Required] Gets the test_run_id of this TestMetricExtensionData. test_run_metric_suffix
[Required] Gets the test_run_metric_suffix of this TestMetricExtensionData. test_run_namespace_name
[Required] Gets the test_run_namespace_name of this TestMetricExtensionData. test_run_resource_group_name
Gets the test_run_resource_group_name of this TestMetricExtensionData. -
__init__
(**kwargs)¶ Initializes a new TestMetricExtensionData object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - test_run_id (str) – The value to assign to the test_run_id property of this TestMetricExtensionData.
- test_run_metric_suffix (str) – The value to assign to the test_run_metric_suffix property of this TestMetricExtensionData.
- test_run_namespace_name (str) – The value to assign to the test_run_namespace_name property of this TestMetricExtensionData.
- test_run_resource_group_name (str) – The value to assign to the test_run_resource_group_name property of this TestMetricExtensionData.
-
test_run_id
¶ [Required] Gets the test_run_id of this TestMetricExtensionData. Test Run Id
Returns: The test_run_id of this TestMetricExtensionData. Return type: str
-
test_run_metric_suffix
¶ [Required] Gets the test_run_metric_suffix of this TestMetricExtensionData. Test Run Metric Suffix
Returns: The test_run_metric_suffix of this TestMetricExtensionData. Return type: str
-
test_run_namespace_name
¶ [Required] Gets the test_run_namespace_name of this TestMetricExtensionData. Test Run Namespace name
Returns: The test_run_namespace_name of this TestMetricExtensionData. Return type: str
-
test_run_resource_group_name
¶ Gets the test_run_resource_group_name of this TestMetricExtensionData. Test Run Resource Group name
Returns: The test_run_resource_group_name of this TestMetricExtensionData. Return type: str
-