ListFileCommitHistoryRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The fully quaified reference that identifies the commit that contains the file. For example, you can specify a full commit ID, a tag, a branch name, or a reference such as refs/heads/main. If none is provided, the head commit is used.

Link copied to clipboard

The full path of the file whose history you want to retrieve, including the name of the file.

Link copied to clipboard

A non-zero, non-negative integer used to limit the number of returned results.

Link copied to clipboard

An enumeration token that allows the operation to batch the results.

Link copied to clipboard

The name of the repository that contains the file.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String