ScopingAnswerArgs

data class ScopingAnswerArgs(val answers: Output<List<String>>, val questionId: Output<String>) : ConvertibleToJava<ScopingAnswerArgs>

Scoping answer.

Constructors

Link copied to clipboard
constructor(answers: Output<List<String>>, questionId: Output<String>)

Properties

Link copied to clipboard
val answers: Output<List<String>>

Question answer value list.

Link copied to clipboard
val questionId: Output<String>

Question id.

Functions

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