API Reference
Class
GitHubRepositoryStargazerInfo
Lightweight stargazer record returned by the shared dashboard client.
Inheritance
- Object
- GitHubRepositoryStargazerInfo
Constructors
public GitHubRepositoryStargazerInfo(String login, String profileUrl = null, String avatarUrl = null, Nullable<DateTimeOffset> starredAtUtc = null) #Initializes a recent stargazer record.
Parameters
- login System.String
- profileUrl System.String = null
- avatarUrl System.String = null
- starredAtUtc System.Nullable{System.DateTimeOffset} = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object