Configuration Service Settings Response
data class ConfigurationServiceSettingsResponse(val gitProperty: ConfigurationServiceGitPropertyResponse? = null, val refreshIntervalInSeconds: Int? = null)
The settings of Application Configuration Service.
Constructors
Link copied to clipboard
constructor(gitProperty: ConfigurationServiceGitPropertyResponse? = null, refreshIntervalInSeconds: Int? = null)