Get Solution Result
data class GetSolutionResult(val azureApiVersion: String, val eTag: String, val id: String, val name: String, val properties: SolutionPropertiesResponse, val systemData: SystemDataResponse, val type: String)
Solution resource.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, eTag: String, id: String, name: String, properties: SolutionPropertiesResponse, systemData: SystemDataResponse, type: String)