ApiMockServiceConfig

data class ApiMockServiceConfig(val aoneName: String? = null, val result: String)

Constructors

Link copied to clipboard
constructor(aoneName: String? = null, result: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val aoneName: String? = null

The name of aone.

Link copied to clipboard

The result of the mock service.