ForgeModuleDto

@Serializable
internal data class ForgeModuleDto(val name: String = "", val path: String = "")(source)

Carries ForgeModuleDto data through the SDAI background work feature layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(name: String = "", path: String = "")

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Exposes the name value used by the SDAI background work feature layer.

Link copied to clipboard

Exposes the path value used by the SDAI background work feature layer.

Functions

Link copied to clipboard

Converts SDAI data with toDomain.