This repository was archived by the owner on Aug 26, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-17
lines changed
Sources/Version-Control/Services/API/GitHub/Interfaces/Repo Expand file tree Collapse file tree 1 file changed +8
-17
lines changed Original file line number Diff line number Diff line change @@ -11,25 +11,16 @@ public struct IAPIMentionableResponse: Codable {
1111}
1212
1313public struct IAPIMentionableUser : Codable {
14- /**
15- * The username or "handle" of the user
16- */
14+ /// The username or "handle" of the user
1715 public let login : String
18- /**
19- * The user's real name (or at least the name that the user
20- * has configured to be shown) or null if the user hasn't provided
21- * a real name for their public profile.
22- */
23-
16+ /// The user's real name (or at least the name that the user
17+ /// has configured to be shown) or null if the user hasn't provided
18+ /// a real name for their public profile.
2419 public let name : String ?
25- /**
26- * The user's attributable email address or null if the
27- * user doesn't have an email address that they can be
28- * attributed by
29- */
20+ /// The user's attributable email address or null if the
21+ /// user doesn't have an email address that they can be
22+ /// attributed by
3023 public let email : String
31- /**
32- * A url to an avatar image chosen by the user
33- */
24+ /// A url to an avatar image chosen by the user
3425 public let avatar_url : String
3526}
You can’t perform that action at this time.
0 commit comments