RecordLogRecord
class flow_api.record_log_record.RecordLogRecord(select=None, cls=None, init=None, by='id', allow_normal=True, allow_deleted=False, commit=False, debug=False)
Base class: Row
Mapping a log to a record.
Parameters
| Name | Type | Description |
|---|---|---|
| allow_deleted | bool | |
| allow_normal | bool | |
| by | str | |
| cls | typing.Union[ type, NoneType ] | |
| commit | bool | |
| debug | bool | if set, the content of the data being written will be logged. |
| init | typing.Union[ dict, NoneType ] | |
| select | typing.Union[ str, NoneType ] |
Constants
RESOURCE = record_log_recordMethods
clone
details
delete
details
exists
details
export
details
get
details
get_dict
details
record_log
details
restore
details
save
details