Sha256: 18672a75d06a40a2fd5f06fbdfd682a90e9f38835f71599f623e77832b6143c5
Contents?: true
Size: 606 Bytes
Versions: 3
Compression:
Stored size: 606 Bytes
Contents
# DatadogAPIClient::V1::SyntheticsConfigVariable ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **example** | **String** | Example for the variable. | | | **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, name: VARIABLE_NAME, pattern: null, type: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems