BlobBackupDatasourceParametersResponse

data class BlobBackupDatasourceParametersResponse(val containersList: List<String>, val objectType: String)

Parameters to be used during configuration of backup of blobs

Constructors

Link copied to clipboard
constructor(containersList: List<String>, objectType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of containers to be backed up during configuration of backup of blobs

Link copied to clipboard

Type of the specific object - used for deserializing Expected value is 'BlobBackupDatasourceParameters'.