API Reference
Class
GitHubRepositoryForkChange
Latest status change for a tracked fork.
Inheritance
- Object
- GitHubRepositoryForkChange
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ParentRepositoryNameWithOwner { get; } #Gets the parent repository in owner/name form.
public String ForkRepositoryNameWithOwner { get; } #Gets the fork repository in owner/name form.
public Nullable<DateTimeOffset> PreviousCapturedAtUtc { get; } #Gets the previous observation time when available.
public DateTimeOffset CurrentCapturedAtUtc { get; } #Gets the latest observation time.
public Double Score { get; } #Gets the latest usefulness score.
public Double ScoreDelta { get; } #Gets the usefulness score delta versus the prior observation.
public Int32 Stars { get; } #Gets the latest star count.
public Int32 StarDelta { get; } #Gets the star delta versus the prior observation.
public Int32 Watchers { get; } #Gets the latest watcher count.
public Int32 WatcherDelta { get; } #Gets the watcher delta versus the prior observation.
public String Tier { get; } #Gets the latest usefulness tier.
public String Status { get; } #Gets the derived status label such as new, rising, steady, cooling, or archived.