SyntheticTaskMonitorConfApiHttpRequestBodyArgs

data class SyntheticTaskMonitorConfApiHttpRequestBodyArgs(val content: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<SyntheticTaskMonitorConfApiHttpRequestBodyArgs>

Constructors

constructor(content: Output<String>? = null, type: Output<String>? = null)

Properties

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

Functions

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