Class: DatadogAPIClient::V2::ProductAnalyticsServerSideEventItem

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#accountObject

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
end

#additional_propertiesObject

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

#applicationObject

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

#eventObject

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

#sessionObject

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

#typeObject

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

#usrObject

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