MigrationReportResultResponse

data class MigrationReportResultResponse(val id: String, val reportUrl: String)

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Migration validation result identifier

Link copied to clipboard

The url of the report.