State

sealed class State

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
data class Endpoint(val config: SerializableEndpointConfig, val defaultBody: String?, val defaultStatus: HttpStatusCode?, val defaultHeaders: List<Pair<String, String>>?, val errorBody: String?, val errorStatus: HttpStatusCode?, val errorHeaders: List<Pair<String, String>>?, val fail: Boolean?, val delayMillis: String?, val jsonEditingDefault: Boolean, val jsonEditingError: Boolean, val presets: DashboardOptionsConfig) : EndpointDetailsViewModel.State