Get Project Protected Branches Result
data class GetProjectProtectedBranchesResult(val id: String, val projectId: String, val protectedBranches: List<GetProjectProtectedBranchesProtectedBranch>)
A collection of values returned by getProjectProtectedBranches.
Constructors
Link copied to clipboard
constructor(id: String, projectId: String, protectedBranches: List<GetProjectProtectedBranchesProtectedBranch>)