CreateCommitOutput class
Properties
-
commitId
→ String?
-
The full commit ID of the commit that contains your committed file changes.
final
-
filesAdded
→ List<FileMetadata>?
-
The files added as part of the committed file changes.
final
-
filesDeleted
→ List<FileMetadata>?
-
The files deleted as part of the committed file changes.
final
-
filesUpdated
→ List<FileMetadata>?
-
The files updated as part of the commited file changes.
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
treeId
→ String?
-
The full SHA-1 pointer of the tree information for the commit that contains
the commited file changes.
final
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited