GetProjectProtectedBranchesResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: Int

The ID of this resource.

Link copied to clipboard

The integer or path with namespace that uniquely identifies the project.

Link copied to clipboard

A list of protected branches, as defined below.