Get Detector Plain Args
data class GetDetectorPlainArgs(val id: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetDetectorPlainArgs>
A collection of arguments for invoking getDetector.
A collection of arguments for invoking getDetector.