struct Octokit::Models::ActivityNotifications::NotificationSubject
- Octokit::Models::ActivityNotifications::NotificationSubject
- Struct
- Value
- Object
Defined in:
octokit/models/activity_notifications.crConstructors
- .new(title : String, url : String, latest_comment_url : String, type : String)
- .new(__temp_626 : JSON::PullParser)
Instance Method Summary
- #latest_comment_url : String
- #latest_comment_url=(_latest_comment_url : String)
- #title : String
- #title=(_title : String)
- #to_json(json : JSON::Builder)
- #type : String
- #type=(_type : String)
- #url : String
- #url=(_url : String)