Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.29 KB

File metadata and controls

23 lines (17 loc) · 1.29 KB

Commit

Properties

Name Type Description Notes
entity_type String A string description of this resource. [default to nothing]
author_id String The ID of the Member that authored the Commit, if known. [default to nothing]
hash String The Commit hash. [default to nothing]
updated_at ZonedDateTime The time/date the Commit was updated. [default to nothing]
id Int64 The unique ID of the Commit. [default to nothing]
url String The URL of the Commit. [default to nothing]
author_email String The email address of the VCS user that authored the Commit. [default to nothing]
timestamp ZonedDateTime The time/date the Commit was pushed. [default to nothing]
author_identity *Identity [default to nothing]
repository_id Int64 The ID of the Repository that contains the Commit. [default to nothing]
created_at ZonedDateTime The time/date the Commit was created. [default to nothing]
message String The Commit message. [default to nothing]

[Back to Model list] [Back to API list] [Back to README]