Class: DatadogAPIClient::V1::SyntheticsCIBatchMetadataPipeline
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SyntheticsCIBatchMetadataPipeline
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/synthetics_ci_batch_metadata_pipeline.rb
Overview
Description of the CI pipeline.
Instance Attribute Summary collapse
-
#url ⇒ Object
URL of the pipeline.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#url ⇒ Object
URL of the pipeline.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/synthetics_ci_batch_metadata_pipeline.rb', line 29 def url @url end |