Skip to main content
Version: 9 - Germknödel

RecordTag

class flow_api.record_tag.RecordTag(select=None, cls=None, init=None, by='id', allow_normal=True, allow_deleted=False, record_id=[class 'flow_api.system.NotSet'], tag_id=[class 'flow_api.system.NotSet'], debug=False)

Base class: Row

Mapping a record to a tag.

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 ]
record_idtyping.Union[ flow_api.system.NotSet, str ]Reference to the record the tag is mapped to.
selecttyping.Union[ str, NoneType ]
tag_idtyping.Union[ flow_api.system.NotSet, str, NoneType ]Reference to the tag the record is mapped to.

Constants

RESOURCE = record_tag

Methods

clone

delete

exists

export

get

get_dict

record

restore

save

tag