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.
Constructors
Link copied to clipboard
fun AzureBlobStorageLocationResponse(container: Any? = null, fileName: Any? = null, folderPath: Any? = null, type: String)