GetBranchResult

data class GetBranchResult(val branch: String, val etag: String, val id: String, val ref: String, val repository: String, val sha: String)

A collection of values returned by getBranch.

Constructors

Link copied to clipboard
constructor(branch: String, etag: String, id: String, ref: String, repository: String, sha: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

An etag representing the Branch object.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val ref: String

A string representing a branch reference, in the form of refs/heads/<branch>.

Link copied to clipboard
Link copied to clipboard
val sha: String

A string storing the reference's HEAD commit's SHA1.