WorkspaceConfiguration
class flow_api.workspace_configuration.WorkspaceConfiguration
(select=None, cls=None, init=None, by='key', allow_normal=True, allow_deleted=False, commit=False, value=<class 'flow_api.system.NotSet'>, debug=False
)
Base class: Row
Undocumented...
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 ] | |
value | typing.Union[ flow_api.system.NotSet, str, NoneType ] | Undocumented... |
Constants
RESOURCE = workspace_configurationMethods
clone
details
delete
details
exists
details
export
details
get
details
get_dict
details
restore
details
save
details
workspace
details