docs/v1/SyntheticsConfigVariable.md in datadog_api_client-1.4.0 vs docs/v1/SyntheticsConfigVariable.md in datadog_api_client-1.5.0
- old
+ new
@@ -1,16 +1,16 @@
# DatadogAPIClient::V1::SyntheticsConfigVariable
## Properties
-| Name | Type | Description | Notes |
-| ---- | ---- | ----------- | ----- |
-| **example** | **String** | Example for the variable. | [optional] |
-| **id** | **String** | ID of the variable for global variables. | [optional] |
-| **name** | **String** | Name of the variable. | |
-| **pattern** | **String** | Pattern of the variable. | [optional] |
-| **type** | [**SyntheticsConfigVariableType**](SyntheticsConfigVariableType.md) | | |
+| Name | Type | Description | Notes |
+| ----------- | ------------------------------------------------------------------- | ---------------------------------------- | ---------- |
+| **example** | **String** | Example for the variable. | [optional] |
+| **id** | **String** | ID of the variable for global variables. | [optional] |
+| **name** | **String** | Name of the variable. | |
+| **pattern** | **String** | Pattern of the variable. | [optional] |
+| **type** | [**SyntheticsConfigVariableType**](SyntheticsConfigVariableType.md) | | |
## Example
```ruby
require 'datadog_api_client/v1'
@@ -21,6 +21,5 @@
name: VARIABLE_NAME,
pattern: null,
type: null
)
```
-