class DiadocApi::Entity::DocflowEventV3

Included Modules

Defined in:

diadoc_api/entities/docflow_event_v3.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def document : DocumentWithDocflowV3 | Nil #

def document=(document : DocumentWithDocflowV3 | Nil) #

def document_id : DocumentId | Nil #

def document_id=(document_id : DocumentId | Nil) #

def event_id : String | Nil #

def event_id=(event_id : String | Nil) #

def index_key : String | Nil #

def index_key=(index_key : String | Nil) #

def previous_document_state : DocumentWithDocflowV3 | Nil #

def previous_document_state=(previous_document_state : DocumentWithDocflowV3 | Nil) #

def previous_event_id : String | Nil #

def previous_event_id=(previous_event_id : String | Nil) #

def timestamp : Timestamp | Nil #

def timestamp=(timestamp : Timestamp | Nil) #