EndpointConfigurationDataCaptureConfigCaptureContentTypeHeader

data class EndpointConfigurationDataCaptureConfigCaptureContentTypeHeader(val csvContentTypes: List<String>? = null, val jsonContentTypes: List<String>? = null)

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The CSV content type headers to capture.

Link copied to clipboard

The JSON content type headers to capture.