supportedAssessmentTypes

@JvmName(name = "jsrlkpeepcnhjref")
suspend fun supportedAssessmentTypes(value: Output<List<Either<String, AssessmentType>>>)
@JvmName(name = "rqkwffbuiebxhwhm")
suspend fun supportedAssessmentTypes(value: List<Either<String, AssessmentType>>?)

Parameters

value

List of assessment types supported on this group.


@JvmName(name = "rdwgwcrryctjsgng")
suspend fun supportedAssessmentTypes(vararg values: Output<Either<String, AssessmentType>>)


@JvmName(name = "fexvttoayjgsxdjf")
suspend fun supportedAssessmentTypes(values: List<Output<Either<String, AssessmentType>>>)
@JvmName(name = "rydesatyipruujcb")
suspend fun supportedAssessmentTypes(vararg values: Either<String, AssessmentType>)

Parameters

values

List of assessment types supported on this group.