Class: DatadogAPIClient::V1::SyntheticsGlobalVariableValue
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SyntheticsGlobalVariableValue
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/synthetics_global_variable_value.rb
Overview
Value of the global variable.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#options ⇒ Object
Options for the Global Variable for MFA.
-
#secure ⇒ Object
Determines if the value of the variable is hidden.
-
#value ⇒ Object
Value of the global variable.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/synthetics_global_variable_value.rb', line 34 def additional_properties @additional_properties end |
#options ⇒ Object
Options for the Global Variable for MFA.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/synthetics_global_variable_value.rb', line 25 def @options end |
#secure ⇒ Object
Determines if the value of the variable is hidden.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/synthetics_global_variable_value.rb', line 28 def secure @secure end |
#value ⇒ Object
Value of the global variable. When reading a global variable, the value will not be present if the variable is hidden with the ‘secure` property.
32 33 34 |
# File 'lib/datadog_api_client/v1/models/synthetics_global_variable_value.rb', line 32 def value @value end |