Class: DatadogAPIClient::V2::ProductAnalyticsJourneyListResponseData
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ProductAnalyticsJourneyListResponseData
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/product_analytics_journey_list_response_data.rb
Overview
The single JSON:API resource holding the entities matching a journey. Its attributes contain
the returned rows and the total number of rows that matched, ignoring limit.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#attributes ⇒ Object
readonly
Attributes of a journey list response.
-
#id ⇒ Object
readonly
Identifier of this result.
-
#type ⇒ Object
readonly
The resource type identifier for a journey list response.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_list_response_data.rb', line 34 def additional_properties @additional_properties end |
#attributes ⇒ Object
Attributes of a journey list response.
26 27 28 |
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_list_response_data.rb', line 26 def attributes @attributes end |
#id ⇒ Object
Identifier of this result.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_list_response_data.rb', line 29 def id @id end |
#type ⇒ Object
The resource type identifier for a journey list response.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_list_response_data.rb', line 32 def type @type end |