Class: DatadogAPIClient::V2::RUMApplicationCreate

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

Overview

RUM application creation.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#attributesObject

RUM application creation attributes.



25
26
27
# File 'lib/datadog_api_client/v2/models/rum_application_create.rb', line 25

def attributes
  @attributes
end

#typeObject

RUM application creation type.



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

def type
  @type
end