Class: DatadogAPIClient::V2::SyntheticsTestResultCIPipeline
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SyntheticsTestResultCIPipeline
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/synthetics_test_result_ci_pipeline.rb
Overview
Details of the CI pipeline.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#id ⇒ Object
Pipeline identifier.
-
#name ⇒ Object
Pipeline name.
-
#number ⇒ Object
Pipeline number.
-
#url ⇒ Object
Pipeline URL.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_ci_pipeline.rb', line 36 def additional_properties @additional_properties end |
#id ⇒ Object
Pipeline identifier.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_ci_pipeline.rb', line 25 def id @id end |
#name ⇒ Object
Pipeline name.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_ci_pipeline.rb', line 28 def name @name end |
#number ⇒ Object
Pipeline number.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_ci_pipeline.rb', line 31 def number @number end |
#url ⇒ Object
Pipeline URL.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_ci_pipeline.rb', line 34 def url @url end |