Row
class flow_api.row.Row
(select=None, cls=None, init=None, by='{{default_by}}', allow_normal=True, allow_deleted=False
)
Parameters
Name | Type | Description |
---|---|---|
allow_deleted | bool | |
allow_normal | bool | |
by | str | |
cls | typing.Union[ type, NoneType ] | |
init | typing.Union[ dict, NoneType ] | |
select | typing.Union[ str, NoneType ] |
Methods
clone
details
delete
details
exists
details
export
details
get
details
get_dict
details
restore
details