Skip to main content
Version: 9 - Germknödel

RecordLogRecord

class flow_api.record_log_record.RecordLogRecord(select=None, cls=None, init=None, by='id', allow_normal=True, allow_deleted=False, debug=False)

Base class: Row

Mapping a log to a record.

Parameters

NameTypeDescription
allow_deletedbool
allow_normalbool
bystr
clstyping.Union[ type, NoneType ]
debugboolif set, the content of the data being written will be logged.
inittyping.Union[ dict, NoneType ]
selecttyping.Union[ str, NoneType ]

Constants

RESOURCE = record_log_record

Methods

clone

delete

exists

export

get

get_dict

record_log

restore

save