Content

data class Content(val globalMockingEnabled: Boolean, val groups: PersistentList<GroupEnvironmentUiModel>) : NetworkMockUiState

Configuration loaded successfully and at least one group is available.

Constructors

Link copied to clipboard
constructor(globalMockingEnabled: Boolean, groups: PersistentList<GroupEnvironmentUiModel>)

Properties

Link copied to clipboard

Whether the global mocking master switch is on

Link copied to clipboard
val groups: PersistentList<GroupEnvironmentUiModel>

One entry per API group + environment combination, each rendered as a tab in the UI