# DatadogAPIClient::V1::SyntheticsCIBatchMetadataPipeline ## Properties | Name | Type | Description | Notes | | ------- | ---------- | -------------------- | ---------- | | **url** | **String** | URL of the pipeline. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SyntheticsCIBatchMetadataPipeline.new( url: null ) ```