GetRecommendationsRecommendation

data class GetRecommendationsRecommendation(val category: String, val description: String, val impact: String, val recommendationName: String, val recommendationTypeId: String, val resourceName: String, val resourceType: String, val suppressionNames: List<String>, val updatedTime: String)

Constructors

Link copied to clipboard
constructor(category: String, description: String, impact: String, recommendationName: String, recommendationTypeId: String, resourceName: String, resourceType: String, suppressionNames: List<String>, updatedTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The category of the recommendation.

Link copied to clipboard

The description of the issue or the opportunity identified by the recommendation.

Link copied to clipboard

The business impact of the recommendation.

Link copied to clipboard

The name of the Advisor Recommendation.

Link copied to clipboard

The recommendation type id of the Advisor Recommendation.

Link copied to clipboard

The name of the identified resource of the Advisor Recommendation.

Link copied to clipboard

The type of the identified resource of the Advisor Recommendation.

Link copied to clipboard

A list of Advisor Suppression names of the Advisor Recommendation.

Link copied to clipboard

The most recent time that Advisor checked the validity of the recommendation..