Class: DatadogAPIClient::V1::SyntheticsBrowserVariable
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SyntheticsBrowserVariable
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/synthetics_browser_variable.rb
Overview
Object defining a variable that can be used in your browser test. Learn more in the [Browser test Actions documentation](docs.datadoghq.com/synthetics/browser_tests/actions#variable).
Instance Attribute Summary collapse
-
#example ⇒ Object
Example for the variable.
-
#id ⇒ Object
ID for the variable.
-
#name ⇒ Object
readonly
Name of the variable.
-
#pattern ⇒ Object
Pattern of the variable.
-
#type ⇒ Object
readonly
Type of browser test variable.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#example ⇒ Object
Example for the variable.
30 31 32 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_variable.rb', line 30 def example @example end |
#id ⇒ Object
ID for the variable. Global variables require an ID.
33 34 35 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_variable.rb', line 33 def id @id end |
#name ⇒ Object
Name of the variable.
36 37 38 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_variable.rb', line 36 def name @name end |
#pattern ⇒ Object
Pattern of the variable.
39 40 41 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_variable.rb', line 39 def pattern @pattern end |
#type ⇒ Object
Type of browser test variable.
42 43 44 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_variable.rb', line 42 def type @type end |