class Docr::Types::SystemEventsResponse

Included Modules

Defined in:

docr/types/system_events_response.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def action : String #

[View source]
def action=(action : String) #

[View source]
def actor : Actor #

[View source]
def actor=(actor : Actor) #

[View source]
def time : Int32 #

[View source]
def time=(time : Int32) #

[View source]
def time_nano : Int64 #

[View source]
def time_nano=(time_nano : Int64) #

[View source]
def type : String #

[View source]
def type=(type : String) #

[View source]