Class: DatadogAPIClient::V1::SyntheticsBrowserVariable

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#exampleObject

Example for the variable.



30
31
32
# File 'lib/datadog_api_client/v1/models/synthetics_browser_variable.rb', line 30

def example
  @example
end

#idObject

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

#nameObject

Name of the variable.



36
37
38
# File 'lib/datadog_api_client/v1/models/synthetics_browser_variable.rb', line 36

def name
  @name
end

#patternObject

Pattern of the variable.



39
40
41
# File 'lib/datadog_api_client/v1/models/synthetics_browser_variable.rb', line 39

def pattern
  @pattern
end

#typeObject

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