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