IssuePropertiesResponse

data class IssuePropertiesResponse(val impactTime: String, val investigations: List<InvestigationMetadataResponse>, val investigationsCount: Int, val provisioningState: String, val severity: String, val status: String, val title: String)

The issue properties

Constructors

Link copied to clipboard
constructor(impactTime: String, investigations: List<InvestigationMetadataResponse>, investigationsCount: Int, provisioningState: String, severity: String, status: String, title: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The issue impact time (in UTC)

Link copied to clipboard

The list of investigations in the issue

Link copied to clipboard

The number of investigations in the issue

Link copied to clipboard

The provisioning state of the resource.

Link copied to clipboard

The issue severity

Link copied to clipboard

The issue status

Link copied to clipboard

The issue title