Offloading Service Ui State
    data class OffloadingServiceUiState(val id: Int = 0, val pipelineState: Pipeline.State = Pipeline.State.NULL, val port: Int = 0)
The data class representing the UI state of an offloading service.
Properties
Functions
Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  fun copy(id: Int = 0, pipelineState: Pipeline.State = Pipeline.State.NULL, port: Int = 0): OffloadingServiceUiState