Class: DatadogAPIClient::V2::DemJourneyResponseAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::DemJourneyResponseAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/dem_journey_response_attributes.rb
Overview
Attributes returned in a DEM journey response.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#created_at ⇒ Object
readonly
The timestamp when the journey was created.
-
#created_by ⇒ Object
readonly
A Datadog user associated with a DEM operation.
-
#description ⇒ Object
An optional human-readable description of the journey.
-
#journey_rum ⇒ Object
readonly
The RUM definition for a DEM journey.
-
#name ⇒ Object
readonly
The name of the DEM journey.
-
#org_id ⇒ Object
readonly
The organization ID that owns this journey.
-
#tags ⇒ Object
readonly
List of tags associated with a DEM resource.
-
#test_suite ⇒ Object
readonly
A test suite associated with a DEM resource.
-
#updated_at ⇒ Object
The timestamp when the journey was last updated.
-
#updated_by ⇒ Object
readonly
A Datadog user associated with a DEM operation.
-
#variants ⇒ Object
readonly
List of variants associated with a DEM journey.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
57 58 59 |
# File 'lib/datadog_api_client/v2/models/dem_journey_response_attributes.rb', line 57 def additional_properties @additional_properties end |
#created_at ⇒ Object
The timestamp when the journey was created.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/dem_journey_response_attributes.rb', line 25 def created_at @created_at end |
#created_by ⇒ Object
A Datadog user associated with a DEM operation.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/dem_journey_response_attributes.rb', line 28 def created_by @created_by end |
#description ⇒ Object
An optional human-readable description of the journey.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/dem_journey_response_attributes.rb', line 31 def description @description end |
#journey_rum ⇒ Object
The RUM definition for a DEM journey.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/dem_journey_response_attributes.rb', line 34 def journey_rum @journey_rum end |
#name ⇒ Object
The name of the DEM journey.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/dem_journey_response_attributes.rb', line 37 def name @name end |
#org_id ⇒ Object
The organization ID that owns this journey.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/dem_journey_response_attributes.rb', line 40 def org_id @org_id end |
#tags ⇒ Object
List of tags associated with a DEM resource.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/dem_journey_response_attributes.rb', line 43 def @tags end |
#test_suite ⇒ Object
A test suite associated with a DEM resource.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/dem_journey_response_attributes.rb', line 46 def test_suite @test_suite end |
#updated_at ⇒ Object
The timestamp when the journey was last updated.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/dem_journey_response_attributes.rb', line 49 def updated_at @updated_at end |
#updated_by ⇒ Object
A Datadog user associated with a DEM operation.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/dem_journey_response_attributes.rb', line 52 def updated_by @updated_by end |
#variants ⇒ Object
List of variants associated with a DEM journey.
55 56 57 |
# File 'lib/datadog_api_client/v2/models/dem_journey_response_attributes.rb', line 55 def variants @variants end |