Class: DatadogAPIClient::V2::ProductAnalyticsServerSideEventItemApplication

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

Overview

The application in which you want to send your events.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



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

def additional_properties
  @additional_properties
end

#idObject

The application ID of your application. It can be found in your application management page.



26
27
28
# File 'lib/datadog_api_client/v2/models/product_analytics_server_side_event_item_application.rb', line 26

def id
  @id
end