GetIncidentTaskPlainArgs

data class GetIncidentTaskPlainArgs(val incidentId: String, val incidentTaskId: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetIncidentTaskPlainArgs>

Constructors

Link copied to clipboard
fun GetIncidentTaskPlainArgs(incidentId: String, incidentTaskId: String, resourceGroupName: String, workspaceName: String)

Functions

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

Properties

Link copied to clipboard

Incident ID

Link copied to clipboard

Incident task ID

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Link copied to clipboard

The name of the workspace.