ResourceHealthDetailsResponse

data class ResourceHealthDetailsResponse(val code: Int, val message: String, val recommendations: List<String>, val title: String)

Health Details for backup items.

Constructors

Link copied to clipboard
constructor(code: Int, message: String, recommendations: List<String>, title: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val code: Int

Health Code

Link copied to clipboard

Health Message

Link copied to clipboard

Health Recommended Actions

Link copied to clipboard

Health Title