Class: DatadogAPIClient::V1::UserJourneySearchTarget
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::UserJourneySearchTarget
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/user_journey_search_target.rb
Overview
Target for user journey search.
Instance Attribute Summary collapse
-
#_end ⇒ Object
End value.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#start ⇒ Object
Start value.
-
#type ⇒ Object
readonly
Target type.
-
#value ⇒ Object
Target value.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#_end ⇒ Object
End value.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/user_journey_search_target.rb', line 25 def _end @_end end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v1/models/user_journey_search_target.rb', line 36 def additional_properties @additional_properties end |
#start ⇒ Object
Start value.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/user_journey_search_target.rb', line 28 def start @start end |
#type ⇒ Object
Target type.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/user_journey_search_target.rb', line 31 def type @type end |
#value ⇒ Object
Target value.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/user_journey_search_target.rb', line 34 def value @value end |