Assessment Reports Destination
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)