Class: DatadogAPIClient::V2::ProductAnalyticsServerSideEventItem
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ProductAnalyticsServerSideEventItem
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/product_analytics_server_side_event_item.rb
Overview
A Product Analytics server-side event.
Instance Attribute Summary collapse
-
#account ⇒ Object
The account linked to your event.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#application ⇒ Object
readonly
The application in which you want to send your events.
-
#event ⇒ Object
readonly
Fields used for the event.
-
#session ⇒ Object
The session linked to your event.
-
#type ⇒ Object
readonly
The type of Product Analytics event.
-
#usr ⇒ Object
The user linked to your event.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#account ⇒ Object
The account linked to your event.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/product_analytics_server_side_event_item.rb', line 25 def account @account end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
42 43 44 |
# File 'lib/datadog_api_client/v2/models/product_analytics_server_side_event_item.rb', line 42 def additional_properties @additional_properties end |
#application ⇒ Object
The application in which you want to send your events.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/product_analytics_server_side_event_item.rb', line 28 def application @application end |
#event ⇒ Object
Fields used for the event.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/product_analytics_server_side_event_item.rb', line 31 def event @event end |
#session ⇒ Object
The session linked to your event.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/product_analytics_server_side_event_item.rb', line 34 def session @session end |
#type ⇒ Object
The type of Product Analytics event. Must be server for server-side events.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/product_analytics_server_side_event_item.rb', line 37 def type @type end |
#usr ⇒ Object
The user linked to your event.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/product_analytics_server_side_event_item.rb', line 40 def usr @usr end |