DownloadableModelResponse

@Serializable
data class DownloadableModelResponse(val id: String?, val name: String?, val size: String?, val sources: List<String>?)(source)

Carries DownloadableModelResponse data through the SDAI network layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(id: String?, name: String?, size: String?, sources: List<String>?)

Properties

Link copied to clipboard
val id: String?

Exposes the id value used by the SDAI network layer.

Link copied to clipboard
val name: String?

Exposes the name value used by the SDAI network layer.

Link copied to clipboard
val size: String?

Exposes the size value used by the SDAI network layer.

Link copied to clipboard

Exposes the sources value used by the SDAI network layer.