コード例 #1
0
 private BitBucketUserLinkCollection(JObject obj) : base(obj)
 {
     Hooks        = GetLink("hooks");
     Self         = GetLink("self");
     Repositories = GetLink("repositories");
     Html         = GetLink("html");
     Followers    = GetLink("followers");
     Avatar       = GetLink("avatar");
     Following    = GetLink("following");
     Snippets     = GetLink("snippets");
 }
 private BitBucketBranchLinkCollection(JObject obj) : base(obj)
 {
     Commits = GetLink("commits");
     Self    = GetLink("self");
     Html    = GetLink("html");
 }