GetProjectBranchesResult

data class GetProjectBranchesResult(val branches: List<GetProjectBranchesBranch>, val id: String, val project: String)

A collection of values returned by getProjectBranches.

Constructors

Link copied to clipboard
constructor(branches: List<GetProjectBranchesBranch>, id: String, project: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of branches of the project, as defined below.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

ID or URL-encoded path of the project owned by the authenticated user.