AssessmentReportsDestination

data class AssessmentReportsDestination(val destination: String? = null, val destinationType: AssessmentReportDestinationType? = null)

The destination in which evidence reports are stored for the specified assessment.

Constructors

Link copied to clipboard
fun AssessmentReportsDestination(destination: String? = null, destinationType: AssessmentReportDestinationType? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val destination: String? = null
Link copied to clipboard