GetSolutionsControllerSolutionResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val etag: String? = null

Gets or sets the ETAG for optimistic concurrency control.

Link copied to clipboard
val id: String

Gets the relative URL to get to this REST resource.

Link copied to clipboard

Gets the name of this REST resource.

Link copied to clipboard

Gets or sets the properties of the solution.

Link copied to clipboard

Gets the type of this REST resource.