docs/v1/SyntheticsGlobalVariable.md in datadog_api_client-1.2.0 vs docs/v1/SyntheticsGlobalVariable.md in datadog_api_client-1.3.0
- old
+ new
@@ -2,10 +2,11 @@
## 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] |
@@ -16,9 +17,10 @@
```ruby
require 'datadog_api_client/v1'
instance = DatadogAPIClient::V1::SyntheticsGlobalVariable.new(
+ attributes: null,
description: Example description,
id: null,
name: MY_VARIABLE,
parse_test_options: null,
parse_test_public_id: abc-def-123,