EndpointConfigurationDataCaptureConfigCaptureContentTypeHeader

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

Constructors

constructor(csvContentTypes: List<String>? = null, jsonContentTypes: List<String>? = null)

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.