DownloadConfirm
data class DownloadConfirm(val modelId: String, val url: String) : ServerSetupIntent.LocalModel(source)
Carries DownloadConfirm data through the SDAI presentation layer.
Author
Dmitriy Moroz
Parameters
modelId
model id value consumed by the API.
url
remote URL used by the operation.