LogAnalyticsQueryPackQueryPropertiesResponseRelated

data class LogAnalyticsQueryPackQueryPropertiesResponseRelated(val categories: List<String>? = null, val resourceTypes: List<String>? = null, val solutions: List<String>? = null)

The related metadata items for the function.

Constructors

constructor(categories: List<String>? = null, resourceTypes: List<String>? = null, solutions: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val categories: List<String>? = null

The related categories for the function.

Link copied to clipboard
val resourceTypes: List<String>? = null

The related resource types for the function.

Link copied to clipboard
val solutions: List<String>? = null

The related Log Analytics solutions for the function.