ApiShieldSchemaUploadDetailsWarning

data class ApiShieldSchemaUploadDetailsWarning(val code: Int? = null, val locations: List<String>? = null, val message: String? = null)

Constructors

Link copied to clipboard
constructor(code: Int? = null, locations: List<String>? = null, message: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val code: Int? = null

Code that identifies the event that occurred.

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

JSONPath location(s) in the schema where these events were encountered. See https://goessner.net/articles/JsonPath/ for JSONPath specification.

Link copied to clipboard
val message: String? = null

Diagnostic message that describes the event.