Get Monitor Groups Plain Args
data class GetMonitorGroupsPlainArgs(val dynamicTagRuleId: String? = null, val ids: List<String>? = null, val includeTemplateHistory: Boolean? = null, val keyword: String? = null, val monitorGroupName: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val selectContactGroups: Boolean? = null, val tags: Map<String, Any>? = null, val type: String? = null) : ConvertibleToJava<GetMonitorGroupsPlainArgs>
A collection of arguments for invoking getMonitorGroups.
Constructors
Link copied to clipboard
fun GetMonitorGroupsPlainArgs(dynamicTagRuleId: String? = null, ids: List<String>? = null, includeTemplateHistory: Boolean? = null, keyword: String? = null, monitorGroupName: String? = null, nameRegex: String? = null, outputFile: String? = null, selectContactGroups: Boolean? = null, tags: Map<String, Any>? = null, type: String? = null)