Skip to main content
Version: 9 - Germknödel

WorkspaceConfiguration

class flow_api.workspace_configuration.WorkspaceConfiguration(select=None, cls=None, init=None, by='key', allow_normal=True, allow_deleted=False, value=[class 'flow_api.system.NotSet'], debug=False)

Base class: Row

Undocumented...

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 ]
valuetyping.Union[ flow_api.system.NotSet, str, NoneType ]Undocumented...

Constants

RESOURCE = workspace_configuration

Methods

clone

delete

exists

export

get

get_dict

restore

save

workspace