Export Response
data class ExportResponse(val blobListBlobPath: String? = null, val blobPath: List<String>? = null, val blobPathPrefix: List<String>? = null)
A property containing information about the blobs to be exported for an export job. This property is required for export jobs, but must not be specified for import jobs.