#include <Repository.hpp>
Definition at line 13 of file Repository.hpp.
◆ Repository() [1/2]
| models::Repository::Repository |
( |
| ) |
|
|
default |
◆ Repository() [2/2]
| models::Repository::Repository |
( |
const nl::json & |
json | ) |
|
|
inlineexplicit |
◆ table()
| static auto models::Repository::table |
( |
| ) |
|
|
inlinestatic |
◆ createdAt
| std::time_t models::Repository::createdAt {} |
◆ description
| std::string models::Repository::description |
◆ forks_count
| std::int64_t models::Repository::forks_count {} |
◆ full_name
| std::string models::Repository::full_name |
◆ id
◆ language
| std::string models::Repository::language |
◆ open_issues_count
| std::int64_t models::Repository::open_issues_count {} |
◆ pulls_count
| std::int64_t models::Repository::pulls_count {} |
◆ size
| std::size_t models::Repository::size {} |
◆ stargazers_count
| std::int64_t models::Repository::stargazers_count {} |
◆ updatedAt
| std::time_t models::Repository::updatedAt {} |
◆ watcher_id
| std::unique_ptr<UserId> models::Repository::watcher_id |
◆ watchers_count
| std::int64_t models::Repository::watchers_count {} |
The documentation for this struct was generated from the following file: