Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.06 KB

Repository.md

File metadata and controls

20 lines (14 loc) · 1.06 KB

Repository

Properties

Name Type Description Notes
entity_type String A string description of this resource. [default to nothing]
name String The shorthand name of the VCS repository. [default to nothing]
type String The VCS provider for the Repository. [default to nothing]
updated_at ZonedDateTime The time/date the Repository was updated. [default to nothing]
external_id String The VCS unique identifier for the Repository. [default to nothing]
id Int64 The ID associated to the VCS repository in Shortcut. [default to nothing]
url String The URL of the Repository. [default to nothing]
full_name String The full name of the VCS repository. [default to nothing]
created_at ZonedDateTime The time/date the Repository was created. [default to nothing]

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