GetDetectorPlainArgs

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

A collection of arguments for invoking getDetector.

Constructors

Link copied to clipboard
constructor(id: String? = null)

Properties

Link copied to clipboard
val id: String? = null

ID of the detector.

Functions

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