GetRefResult

data class GetRefResult(val etag: String, val id: String, val owner: String? = null, val ref: String, val repository: String, val sha: String)

A collection of values returned by getRef.

Constructors

Link copied to clipboard
constructor(etag: String, id: String, owner: String? = null, ref: String, repository: String, sha: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An etag representing the ref.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val owner: String? = null
Link copied to clipboard
val ref: String
Link copied to clipboard
Link copied to clipboard
val sha: String

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