SolutionPropertiesResponse

data class SolutionPropertiesResponse(val cleanupState: String? = null, val details: SolutionDetailsResponse? = null, val goal: String? = null, val purpose: String? = null, val status: String? = null, val summary: Either<DatabasesSolutionSummaryResponse, ServersSolutionSummaryResponse>? = null, val tool: String? = null)

Class for solution properties.

Constructors

Link copied to clipboard
constructor(cleanupState: String? = null, details: SolutionDetailsResponse? = null, goal: String? = null, purpose: String? = null, status: String? = null, summary: Either<DatabasesSolutionSummaryResponse, ServersSolutionSummaryResponse>? = null, tool: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cleanupState: String? = null

Gets or sets the cleanup state of the solution.

Link copied to clipboard

Gets or sets the details of the solution.

Link copied to clipboard
val goal: String? = null

Gets or sets the goal of the solution.

Link copied to clipboard
val purpose: String? = null

Gets or sets the purpose of the solution.

Link copied to clipboard
val status: String? = null

Gets or sets the current status of the solution.

Link copied to clipboard

Gets or sets the summary of the solution.

Link copied to clipboard
val tool: String? = null

Gets or sets the tool being used in the solution.