Repository Environment Reviewer Args
data class RepositoryEnvironmentReviewerArgs(val teams: Output<List<Int>>? = null, val users: Output<List<Int>>? = null) : ConvertibleToJava<RepositoryEnvironmentReviewerArgs>
Constructors
Link copied to clipboard
fun RepositoryEnvironmentReviewerArgs(teams: Output<List<Int>>? = null, users: Output<List<Int>>? = null)