ApiDiagnosticFrontendResponse

data class ApiDiagnosticFrontendResponse(val bodyBytes: Int? = null, val dataMasking: ApiDiagnosticFrontendResponseDataMasking? = null, val headersToLogs: List<String>? = null)

Constructors

Link copied to clipboard
constructor(bodyBytes: Int? = null, dataMasking: ApiDiagnosticFrontendResponseDataMasking? = null, headersToLogs: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bodyBytes: Int? = null

Number of payload bytes to log (up to 8192).

Link copied to clipboard

A data_masking block as defined below.

Link copied to clipboard
val headersToLogs: List<String>? = null

Specifies a list of headers to log.