struct Octokit::Models::ActivityNotifications::NotificationListOptions

Defined in:

octokit/models/activity_notifications.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(all : Bool, participating : Bool, since : String, before : String) #

def self.new(__temp_161 : JSON::PullParser) #

Instance Method Detail

def all : Bool #

def all=(_all : Bool) #

def before : String #

def before=(_before : String) #

def participating : Bool #

def participating=(_participating : Bool) #

def since : String #

def since=(_since : String) #

def to_json(json : JSON::Builder) #