DeleteFeature

data class DeleteFeature(val project: ProjectName, val name: FeatureName) : EvidentlyAction<Unit>

Constructors

Link copied to clipboard
constructor(project: ProjectName, name: FeatureName)

Properties

Link copied to clipboard
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