struct

Octokit::Models::ActivityNotifications

Inherits Struct < Value < Object

Constructors

new(id : String, repository : Repository, subject : NotificationSubject, reason : String, unread : Bool, updated_at : Time, last_read_at : String, url : String)
new(__temp_626 : JSON::PullParser)

Instance methods

id
id=(_id : String)
last_read_at
last_read_at=(_last_read_at : String)
reason
reason=(_reason : String)
repository
repository=(_repository : Repository)
subject
subject=(_subject : NotificationSubject)
to_json(json : JSON::Builder)
unread
unread=(_unread : Bool)
updated_at
updated_at=(_updated_at : Time)
url
url=(_url : String)

Nested types