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