GroupEnvironmentUiModel
data class GroupEnvironmentUiModel(val groupId: String, val environmentId: String, val name: String, val url: String, val endpoints: PersistentList<EndpointUiModel>)
UI model for a single API group + environment combination.
Each tab in the Network Mock screen represents one GroupEnvironmentUiModel, showing the resolved endpoints for that specific group and environment.
Constructors
Link copied to clipboard
constructor(groupId: String, environmentId: String, name: String, url: String, endpoints: PersistentList<EndpointUiModel>)
Properties
Link copied to clipboard
The resolved endpoints with their current mock states
Link copied to clipboard
Link copied to clipboard
The com.worldline.devview.networkmock.core.model.ApiGroupConfig identifier