MetadataExportResponse

data class MetadataExportResponse(val databaseDumpType: String, val destinationGcsUri: String, val endTime: String, val startTime: String, val state: String)

The details of a metadata export operation.

Constructors

Link copied to clipboard
fun MetadataExportResponse(databaseDumpType: String, destinationGcsUri: String, endTime: String, startTime: String, state: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of the database dump.

Link copied to clipboard

A Cloud Storage URI of a folder that metadata are exported to, in the form of gs:////, where is automatically generated.

Link copied to clipboard

The time when the export ended.

Link copied to clipboard

The time when the export started.

Link copied to clipboard

The current state of the export.