Class: DatadogAPIClient::V2::DemInferredJourneyIgnoredAttributes

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/dem_inferred_journey_ignored_attributes.rb

Overview

Attributes of an ignored inferred journey.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



51
52
53
# File 'lib/datadog_api_client/v2/models/dem_inferred_journey_ignored_attributes.rb', line 51

def additional_properties
  @additional_properties
end

#created_atObject

Timestamp when the inferred journey was first observed.



25
26
27
# File 'lib/datadog_api_client/v2/models/dem_inferred_journey_ignored_attributes.rb', line 25

def created_at
  @created_at
end

#descriptionObject

An optional description of the inferred journey.



28
29
30
# File 'lib/datadog_api_client/v2/models/dem_inferred_journey_ignored_attributes.rb', line 28

def description
  @description
end

#ignored_atObject

Timestamp when the inferred journey was ignored.



31
32
33
# File 'lib/datadog_api_client/v2/models/dem_inferred_journey_ignored_attributes.rb', line 31

def ignored_at
  @ignored_at
end

#journey_rumObject

The RUM definition for a DEM journey.



34
35
36
# File 'lib/datadog_api_client/v2/models/dem_inferred_journey_ignored_attributes.rb', line 34

def journey_rum
  @journey_rum
end

#nameObject

The name of the inferred journey.



37
38
39
# File 'lib/datadog_api_client/v2/models/dem_inferred_journey_ignored_attributes.rb', line 37

def name
  @name
end

#org_idObject

The organization ID that owns this inferred journey.



40
41
42
# File 'lib/datadog_api_client/v2/models/dem_inferred_journey_ignored_attributes.rb', line 40

def org_id
  @org_id
end

#tagsObject

List of tags associated with a DEM resource.



43
44
45
# File 'lib/datadog_api_client/v2/models/dem_inferred_journey_ignored_attributes.rb', line 43

def tags
  @tags
end

#test_suiteObject

A test suite associated with a DEM resource.



46
47
48
# File 'lib/datadog_api_client/v2/models/dem_inferred_journey_ignored_attributes.rb', line 46

def test_suite
  @test_suite
end

#variantsObject

List of variants associated with a DEM journey.



49
50
51
# File 'lib/datadog_api_client/v2/models/dem_inferred_journey_ignored_attributes.rb', line 49

def variants
  @variants
end