GetDetectorPlainArgs

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

A collection of arguments for invoking getDetector.

Constructors

Link copied to clipboard
constructor(id: String? = null, tags: Map<String, String>? = null)

Properties

Link copied to clipboard
val id: String? = null

ID of the detector.

Link copied to clipboard
val tags: Map<String, String>? = null

Map of tags for the resource.

Functions

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