SolutionDetailsArgs

data class SolutionDetailsArgs(val assessmentCount: Output<Int>? = null, val extendedDetails: Output<Map<String, String>>? = null, val groupCount: Output<Int>? = null) : ConvertibleToJava<SolutionDetailsArgs>

Class representing the details of the solution.

Constructors

Link copied to clipboard
constructor(assessmentCount: Output<Int>? = null, extendedDetails: Output<Map<String, String>>? = null, groupCount: Output<Int>? = null)

Properties

Link copied to clipboard
val assessmentCount: Output<Int>? = null

Gets or sets the count of assessments reported by the solution.

Link copied to clipboard
val extendedDetails: Output<Map<String, String>>? = null

Gets or sets the extended details reported by the solution.

Link copied to clipboard
val groupCount: Output<Int>? = null

Gets or sets the count of groups reported by the solution.

Functions

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