DeleteProject

data class DeleteProject(val name: ProjectName) : EvidentlyAction<Unit>

Constructors

Link copied to clipboard
constructor(name: ProjectName)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun requestBody()
Link copied to clipboard
open override fun toRequest(): Request
Link copied to clipboard
open override fun toResult(response: Response): Result<Unit, RemoteFailure>
Link copied to clipboard
open override fun uri(): Uri