Solution Plan Response
data class SolutionPlanResponse(val name: String? = null, val product: String? = null, val promotionCode: String? = null, val publisher: String? = null)
Plan for solution object supported by the OperationsManagement resource provider.