GetFileOutput class
Properties
-
blobId
→ String
-
The blob ID of the object that represents the file content.
final
-
commitId
→ String
-
The full commit ID of the commit that contains the content returned by
GetFile.
final
-
fileContent
→ Uint8List
-
The base-64 encoded binary data object that represents the content of the
file.
final
-
fileMode
→ FileModeTypeEnum
-
The extrapolated file mode permissions of the blob. Valid values include
strings such as EXECUTABLE and not numeric values.
final
-
filePath
→ String
-
The fully qualified path to the specified file. Returns the name and
extension of the file.
final
-
fileSize
→ int
-
The size of the contents of the file, in bytes.
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited