SolutionPropertiesArgs

data class SolutionPropertiesArgs(val cleanupState: Output<Either<String, CleanupState>>? = null, val details: Output<SolutionDetailsArgs>? = null, val goal: Output<Either<String, Goal>>? = null, val purpose: Output<Either<String, Purpose>>? = null, val status: Output<Either<String, Status>>? = null, val tool: Output<Either<String, Tool>>? = null) : ConvertibleToJava<SolutionPropertiesArgs>

Class for solution properties.

Constructors

Link copied to clipboard
constructor(cleanupState: Output<Either<String, CleanupState>>? = null, details: Output<SolutionDetailsArgs>? = null, goal: Output<Either<String, Goal>>? = null, purpose: Output<Either<String, Purpose>>? = null, status: Output<Either<String, Status>>? = null, tool: Output<Either<String, Tool>>? = null)

Properties

Link copied to clipboard
val cleanupState: Output<Either<String, CleanupState>>? = null

Gets or sets the cleanup state of the solution.

Link copied to clipboard
val details: Output<SolutionDetailsArgs>? = null

Gets or sets the details of the solution.

Link copied to clipboard
val goal: Output<Either<String, Goal>>? = null

Gets or sets the goal of the solution.

Link copied to clipboard
val purpose: Output<Either<String, Purpose>>? = null

Gets or sets the purpose of the solution.

Link copied to clipboard
val status: Output<Either<String, Status>>? = null

Gets or sets the current status of the solution.

Link copied to clipboard
val tool: Output<Either<String, Tool>>? = null

Gets or sets the tool being used in the solution.

Functions

Link copied to clipboard
open override fun toJava(): SolutionPropertiesArgs