Config Server Properties Response
data class ConfigServerPropertiesResponse(val configServer: ConfigServerSettingsResponse? = null, val enabledState: String? = null, val error: ErrorResponse? = null, val provisioningState: String)
Config server git properties payload
Constructors
Link copied to clipboard
constructor(configServer: ConfigServerSettingsResponse? = null, enabledState: String? = null, error: ErrorResponse? = null, provisioningState: String)