GetProjectProtectedBranchesResult

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>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed 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.