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.
Constructors
Link copied to clipboard
fun SolutionPlanResponse(name: String? = null, product: String? = null, promotionCode: String? = null, publisher: String? = null)