CreateProject

data class CreateProject(val name: ProjectName, val description: String?, val tags: Map<String, String>?) : EvidentlyAction<CreateProjectResponse>

Constructors

Link copied to clipboard
constructor(name: ProjectName, description: String?, tags: Map<String, String>?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

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