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