Azure Blob Storage Location Response
data class AzureBlobStorageLocationResponse(val container: Any? = null, val fileName: Any? = null, val folderPath: Any? = null, val type: String)
The location of azure blob dataset.