GetDiagnosticSettingPlainArgs

data class GetDiagnosticSettingPlainArgs(val name: String, val resourceUri: String) : ConvertibleToJava<GetDiagnosticSettingPlainArgs>

Constructors

Link copied to clipboard
constructor(name: String, resourceUri: String)

Properties

Link copied to clipboard

The name of the diagnostic setting.

Link copied to clipboard

The identifier of the resource.

Functions

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