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. One of csv_content_types or json_content_types is required.

Link copied to clipboard

The JSON content type headers to capture. One of json_content_types or csv_content_types is required.