Configuration Service Git Property Response
    data class ConfigurationServiceGitPropertyResponse(val repositories: List<ConfigurationServiceGitRepositoryResponse>? = null)
Property of git environment.
Constructors
Link copied to clipboard
                fun ConfigurationServiceGitPropertyResponse(repositories: List<ConfigurationServiceGitRepositoryResponse>? = null)