struct
Karma::Recovery::Checkpoint
- Karma::Recovery::Checkpoint
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
recovery.crConstructors
- .new(source : String, offset : String | Nil, event_id : String | Nil, updated_at_unix : Int64)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #event_id : String | Nil
- #offset : String | Nil
- #source : String
- #to_response
- #updated_at_unix : Int64
Constructor Detail
def self.new(source : String, offset : String | Nil, event_id : String | Nil, updated_at_unix : Int64)
#