Get Github Enterprise Config Plain Args
data class GetGithubEnterpriseConfigPlainArgs(val configId: String? = null, val githubEnterpriseConfigId: String, val location: String, val project: String? = null, val projectId: String? = null) : ConvertibleToJava<GetGithubEnterpriseConfigPlainArgs>