GlobalVariable
Information about the global variable.
Properties
Name | Type | Required | Description |
---|---|---|---|
key | string | ❌ | The variable's name. |
type | GlobalVariableType | ❌ | The type of variable. |
value | string | ❌ | The variable's value. |
enabled | boolean | ❌ | If true, the variable is enabled. |
GlobalVariableType
The type of variable.
Properties
Name | Type | Required | Description |
---|---|---|---|
DEFAULT_ | string | ✅ | "default" |
SECRET | string | ✅ | "secret" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs