ConfigurationServiceSettingsResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Property of git environment.

Link copied to clipboard

How often (in seconds) to check repository updates. Minimum value is 0.