struct Octokit::Models::ActivityNotifications::NotificationListOptions
- Octokit::Models::ActivityNotifications::NotificationListOptions
- Struct
- Value
- Object
Defined in:
octokit/models/activity_notifications.crConstructors
- .new(all : Bool, participating : Bool, since : String, before : String)
- .new(__temp_637 : JSON::PullParser)
Instance Method Summary
- #all : Bool
- #all=(_all : Bool)
- #before : String
- #before=(_before : String)
- #participating : Bool
- #participating=(_participating : Bool)
- #since : String
- #since=(_since : String)
- #to_json(json : JSON::Builder)