FileMetadata

A file to be added, updated, or deleted as part of a commit.

Types

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

Properties

Link copied to clipboard

The full path to the file to be added or updated, including the name of the file.

Link copied to clipboard

The blob ID that contains the file information.

Link copied to clipboard

The extrapolated file mode permissions for the file. Valid values include EXECUTABLE and NORMAL.

Functions

Link copied to clipboard
inline fun copy(block: FileMetadata.Builder.() -> Unit = {}): FileMetadata
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