GetDetectorPlainArgs

data class GetDetectorPlainArgs(val id: String) : ConvertibleToJava<GetDetectorPlainArgs>

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val id: String

The unique ID of the detector.

Functions

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