Sha256: a94f504a58545e957504a9d59f017aaed3a54506423c05c2088458600de70217
Contents?: true
Size: 1.23 KB
Versions: 2
Compression:
Stored size: 1.23 KB
Contents
# 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) | | | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SyntheticsConfigVariable.new( example: null, id: null, name: VARIABLE_NAME, pattern: null, type: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/SyntheticsConfigVariable.md |
datadog_api_client-1.5.0 | docs/v1/SyntheticsConfigVariable.md |