GetRepositoryFileResult

data class GetRepositoryFileResult(val branch: String? = null, val commitAuthor: String, val commitEmail: String, val commitMessage: String, val commitSha: String, val content: String, val file: String, val id: String, val ref: String, val repository: String, val sha: String)

A collection of values returned by getRepositoryFile.

Constructors

Link copied to clipboard
constructor(branch: String? = null, commitAuthor: String, commitEmail: String, commitMessage: String, commitSha: String, content: String, file: String, id: String, ref: String, repository: String, sha: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val branch: String? = null
Link copied to clipboard

Committer author name.

Link copied to clipboard

Committer email address.

Link copied to clipboard

Commit message when file was last updated.

Link copied to clipboard

The SHA of the commit that modified the file.

Link copied to clipboard

The file content.

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val ref: String

The name of the commit/branch/tag.

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

The SHA blob of the file.