Setting
class resources.setting.Setting
Base class: Resource
A YAML document that you can use to store arbitrary data.
See the corresponding Flow Api class at Setting
Property | Description | Type | Import/Export |
---|---|---|---|
execution_id | The ID of the execution which currently holds the lock on the setting. Output only. | UUID() | neither |
id | UUID() | both | |
size_bytes | BigInteger() | neither | |
value | The data stored in the setting. | JSONB(astext_type=Text()) | both |