MigrationReportResultResponse

data class MigrationReportResultResponse(val id: String? = null, val reportUrl: String? = null)

Migration validation report result, contains the url for downloading the generated report.

Constructors

Link copied to clipboard
constructor(id: String? = null, reportUrl: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

Migration validation result identifier

Link copied to clipboard
val reportUrl: String? = null

The url of the report.