Sha256: 221b4cefa4608769b4c8f55071ded564c06651eebaa629eae53726d8df8a695a
Contents?: true
Size: 547 Bytes
Versions: 3
Compression:
Stored size: 547 Bytes
Contents
# DatadogAPIClient::V1::SyntheticsGlobalVariableValue ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **secure** | **Boolean** | Determines if the variable is secure. | [optional] | | **value** | **String** | Value of the global variable. When reading a global variable, the value will not be present if the variable is secure. | | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SyntheticsGlobalVariableValue.new( secure: null, value: example-value ) ```
Version data entries
3 entries across 3 versions & 1 rubygems