Custom setting
CustomSetting #
Bases: RapidataSetting
Set a custom setting with the given key and value. Use this to enable features that do not have a dedicated method (yet)
Parameters:
Name | Type | Description | Default |
---|---|---|---|
key
|
str
|
The key for the custom setting. |
required |
value
|
str
|
The value for the custom setting. |
required |