Database Dump Response
data class DatabaseDumpResponse(val databaseType: String, val gcsUri: String, val sourceDatabase: String, val type: String)
A specification of the location of and metadata about a database dump from a relational database management system.
Constructors
Link copied to clipboard
fun DatabaseDumpResponse(databaseType: String, gcsUri: String, sourceDatabase: String, type: String)