Solution Properties Args
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)