Get Solutions Controller Solution Result
data class GetSolutionsControllerSolutionResult(val etag: String? = null, val id: String, val name: String, val properties: SolutionPropertiesResponse, val type: String)
Solution REST Resource.
Constructors
Link copied to clipboard
constructor(etag: String? = null, id: String, name: String, properties: SolutionPropertiesResponse, type: String)