docs/v1/SyntheticsGlobalVariable.md in datadog_api_client-1.4.0 vs docs/v1/SyntheticsGlobalVariable.md in datadog_api_client-1.5.0

- old
+ new

@@ -1,19 +1,19 @@ # DatadogAPIClient::V1::SyntheticsGlobalVariable ## Properties -| Name | Type | Description | Notes | -| ---- | ---- | ----------- | ----- | -| **attributes** | [**SyntheticsGlobalVariableAttributes**](SyntheticsGlobalVariableAttributes.md) | | [optional] | -| **description** | **String** | Description of the global variable. | | -| **id** | **String** | Unique identifier of the global variable. | [optional][readonly] | -| **name** | **String** | Name of the global variable. | | -| **parse_test_options** | [**SyntheticsGlobalVariableParseTestOptions**](SyntheticsGlobalVariableParseTestOptions.md) | | [optional] | -| **parse_test_public_id** | **String** | A Synthetic test ID to use as a test to generate the variable value. | [optional] | -| **tags** | **Array<String>** | Tags of the global variable. | | -| **value** | [**SyntheticsGlobalVariableValue**](SyntheticsGlobalVariableValue.md) | | | +| Name | Type | Description | Notes | +| ------------------------ | ------------------------------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------- | +| **attributes** | [**SyntheticsGlobalVariableAttributes**](SyntheticsGlobalVariableAttributes.md) | | [optional] | +| **description** | **String** | Description of the global variable. | | +| **id** | **String** | Unique identifier of the global variable. | [optional][readonly] | +| **name** | **String** | Name of the global variable. | | +| **parse_test_options** | [**SyntheticsGlobalVariableParseTestOptions**](SyntheticsGlobalVariableParseTestOptions.md) | | [optional] | +| **parse_test_public_id** | **String** | A Synthetic test ID to use as a test to generate the variable value. | [optional] | +| **tags** | **Array<String>** | Tags of the global variable. | | +| **value** | [**SyntheticsGlobalVariableValue**](SyntheticsGlobalVariableValue.md) | | | ## Example ```ruby require 'datadog_api_client/v1' @@ -27,6 +27,5 @@ parse_test_public_id: abc-def-123, tags: ["team:front","test:workflow-1"], value: null ) ``` -