Get Solution Result
data class GetSolutionResult(val azureApiVersion: String, val id: String, val location: String? = null, val name: String, val plan: SolutionPlanResponse? = null, val properties: SolutionPropertiesResponse, val tags: Map<String, String>? = null, val type: String)
The container for solution.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String, location: String? = null, name: String, plan: SolutionPlanResponse? = null, properties: SolutionPropertiesResponse, tags: Map<String, String>? = null, type: String)