We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
A file revision object.
public final class Blob: Object
Object
owner
The repository containing the blob.
var owner: Repository
isBinary
Whether the blob is binary.
var isBinary: Bool
size
The size in bytes of the content
var size: Int
data
The blob contents.
var data: Data