Metadata Management Activity Response
data class MetadataManagementActivityResponse(val metadataExports: List<MetadataExportResponse>, val restores: List<RestoreResponse>)
The metadata management activities of the metastore service.
Constructors
Link copied to clipboard
fun MetadataManagementActivityResponse(metadataExports: List<MetadataExportResponse>, restores: List<RestoreResponse>)