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