ApiDiagnosticFrontendResponseArgs

data class ApiDiagnosticFrontendResponseArgs(val bodyBytes: Output<Int>? = null, val dataMasking: Output<ApiDiagnosticFrontendResponseDataMaskingArgs>? = null, val headersToLogs: Output<List<String>>? = null) : ConvertibleToJava<ApiDiagnosticFrontendResponseArgs>

Constructors

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

Properties

Link copied to clipboard
val bodyBytes: Output<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: Output<List<String>>? = null

Specifies a list of headers to log.

Functions

Link copied to clipboard
open override fun toJava(): ApiDiagnosticFrontendResponseArgs