Get Project Protected Branches Plain Args
data class GetProjectProtectedBranchesPlainArgs(val projectId: String, val protectedBranches: List<GetProjectProtectedBranchesProtectedBranch>? = null) : ConvertibleToJava<GetProjectProtectedBranchesPlainArgs>
A collection of arguments for invoking getProjectProtectedBranches.
Constructors
Link copied to clipboard
constructor(projectId: String, protectedBranches: List<GetProjectProtectedBranchesProtectedBranch>? = null)