GetFileResponse

Types

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

Properties

Link copied to clipboard

The blob ID of the object that represents the file content.

Link copied to clipboard

The full commit ID of the commit that contains the content returned by GetFile.

Link copied to clipboard

The base-64 encoded binary data object that represents the content of the file.

Link copied to clipboard

The extrapolated file mode permissions of the blob. Valid values include strings such as EXECUTABLE and not numeric values.

Link copied to clipboard

The fully qualified path to the specified file. Returns the name and extension of the file.

Link copied to clipboard

The size of the contents of the file, in bytes.

Functions

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