SyntheticTaskMonitorConfApiHttpRequestBody

data class SyntheticTaskMonitorConfApiHttpRequestBody(val content: String? = null, val type: String? = null)

Constructors

constructor(content: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val content: String? = null

The request body content, in JSON string format. When the type is text/plain,application/json,application/xml,text/html, the content can be converted to a JSON string.

Link copied to clipboard
val type: String? = null