Logging Configuration Field To Match Json Body Properties
data class LoggingConfigurationFieldToMatchJsonBodyProperties(val invalidFallbackBehavior: LoggingConfigurationFieldToMatchJsonBodyPropertiesInvalidFallbackBehavior? = null, val matchPattern: LoggingConfigurationFieldToMatchJsonBodyPropertiesMatchPatternProperties, val matchScope: LoggingConfigurationFieldToMatchJsonBodyPropertiesMatchScope)
Inspect the request body as JSON. The request body immediately follows the request headers. This is the part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form.
Constructors
Link copied to clipboard
fun LoggingConfigurationFieldToMatchJsonBodyProperties(invalidFallbackBehavior: LoggingConfigurationFieldToMatchJsonBodyPropertiesInvalidFallbackBehavior? = null, matchPattern: LoggingConfigurationFieldToMatchJsonBodyPropertiesMatchPatternProperties, matchScope: LoggingConfigurationFieldToMatchJsonBodyPropertiesMatchScope)
Types
Properties
Link copied to clipboard