Configuration Service Git Property Args
    data class ConfigurationServiceGitPropertyArgs(val repositories: Output<List<ConfigurationServiceGitRepositoryArgs>>? = null) : ConvertibleToJava<ConfigurationServiceGitPropertyArgs> 
Property of git environment.
Constructors
Link copied to clipboard
                fun ConfigurationServiceGitPropertyArgs(repositories: Output<List<ConfigurationServiceGitRepositoryArgs>>? = null)