ConfigServerPropertiesResponse

data class ConfigServerPropertiesResponse(val configServer: ConfigServerSettingsResponse? = null, val error: ErrorResponse? = null, val provisioningState: String)

Config server git properties payload

Constructors

Link copied to clipboard
constructor(configServer: ConfigServerSettingsResponse? = null, error: ErrorResponse? = null, provisioningState: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Settings of config server.

Link copied to clipboard
val error: ErrorResponse? = null

Error when apply config server settings.

Link copied to clipboard

State of the config server.