Properties
NAME | TYPE | DESCRIPTION |
$id | string | Variable ID. |
$createdAt | string | Variable creation date in ISO 8601 format. |
$updatedAt | string | Variable creation date in ISO 8601 format. |
key | string | Variable key. |
value | string | Variable value. |
functionId | string | Function ID. |
Example
JSON
{
"$id": "5e5ea5c16897e",
"$createdAt": "2020-10-15T06:38:00.000+00:00",
"$updatedAt": "2020-10-15T06:38:00.000+00:00",
"key": "API_KEY",
"value": "myPa$$word1",
"functionId": "5e5ea5c16897e"
}
JSON
{
"_id": "5e5ea5c16897e",
"_createdAt": "2020-10-15T06:38:00.000+00:00",
"_updatedAt": "2020-10-15T06:38:00.000+00:00",
"key": "API_KEY",
"value": "myPa$$word1",
"functionId": "5e5ea5c16897e"
}