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.

Constructors

Link copied to clipboard
constructor(modelId: String, url: String)

Properties

Link copied to clipboard
Link copied to clipboard
val url: String