TimelineCommitEvent class

Timeline Committed Event

Inheritance
Annotations
  • @JsonSerializable()

Constructors

TimelineCommitEvent({int id = 0, String? nodeId, String? url, User? actor, String event = 'committed', String? commitId, String? commitUrl, DateTime? createdAt, GitHubApp? performedViaGithubApp, User? author, User? committer, String? htmlUrl, String? message, List<Tree>? parents, String? sha, Tree? tree, Verification? verification})
TimelineCommitEvent.fromJson(Map<String, dynamic> input)
factory

Properties

actor User?
getter/setter pairinherited
author User?
getter/setter pair
commitId String?
getter/setter pairinherited
committer User?
Identifying information for the git-user
getter/setter pair
commitUrl String?
getter/setter pairinherited
createdAt DateTime?
getter/setter pairinherited
event String
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
htmlUrl String?
Format: uri
getter/setter pair
id int
getter/setter pairinherited
message String?
Message describing the purpose of the commit
getter/setter pair
nodeId String?
getter/setter pairinherited
parents List<Tree>?
getter/setter pair
performedViaGithubApp GitHubApp?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sha String?
SHA for the commit
getter/setter pair
tree Tree?
getter/setter pair
url String?
getter/setter pairinherited
verification Verification?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited