SyntheticTaskMonitorArgs

data class SyntheticTaskMonitorArgs(val cityCode: Output<String>, val clientType: Output<Int>, val operatorCode: Output<String>) : ConvertibleToJava<SyntheticTaskMonitorArgs>

Constructors

Link copied to clipboard
constructor(cityCode: Output<String>, clientType: Output<Int>, operatorCode: Output<String>)

Properties

Link copied to clipboard
val cityCode: Output<String>

The city code of monitor.

Link copied to clipboard
val clientType: Output<Int>

The type of monitor.

Link copied to clipboard
val operatorCode: Output<String>

The operator code of monitor.

Functions

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