LocalModelEntity

data class LocalModelEntity(val id: String, val type: String, val name: String, val size: String, val sources: List<String>)(source)

Carries LocalModelEntity data through the SDAI storage layer.

Author

Dmitriy Moroz

Constructors

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

Properties

Link copied to clipboard
val id: String

Exposes the id value used by the SDAI storage layer.

Link copied to clipboard

Exposes the name value used by the SDAI storage layer.

Link copied to clipboard

Exposes the size value used by the SDAI storage layer.

Link copied to clipboard

Exposes the sources value used by the SDAI storage layer.

Link copied to clipboard

Exposes the type value used by the SDAI storage layer.