EndpointUiModel

data class EndpointUiModel(val descriptor: EndpointDescriptor, val currentState: EndpointMockState)

UI model pairing a static EndpointDescriptor with its live EndpointMockState.

See also

Constructors

Link copied to clipboard
constructor(descriptor: EndpointDescriptor, currentState: EndpointMockState)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The current runtime mock state for this endpoint.

Link copied to clipboard

The immutable endpoint configuration and available responses.