Class: DatadogAPIClient::V1::SyntheticsGlobalVariableValue

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#optionsObject

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
  @options
end

#secureObject

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

#valueObject

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