Class: DatadogAPIClient::V2::ReactNativeSourcemapAttributes

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

Overview

Attributes of a React Native source map.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



54
55
56
# File 'lib/datadog_api_client/v2/models/react_native_sourcemap_attributes.rb', line 54

def additional_properties
  @additional_properties
end

#build_numberObject

The build number.



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

def build_number
  @build_number
end

#bundle_nameObject

The bundle name.



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

def bundle_name
  @bundle_name
end

#bundle_versionObject

The bundle version.



31
32
33
# File 'lib/datadog_api_client/v2/models/react_native_sourcemap_attributes.rb', line 31

def bundle_version
  @bundle_version
end

#created_atObject

The timestamp when the source map was created.



34
35
36
# File 'lib/datadog_api_client/v2/models/react_native_sourcemap_attributes.rb', line 34

def created_at
  @created_at
end

#debug_idObject

The debug identifier (UUID format).



37
38
39
# File 'lib/datadog_api_client/v2/models/react_native_sourcemap_attributes.rb', line 37

def debug_id
  @debug_id
end

#mapkindObject

The type of source map.



40
41
42
# File 'lib/datadog_api_client/v2/models/react_native_sourcemap_attributes.rb', line 40

def mapkind
  @mapkind
end

#platformObject

The platform the source map was built for (e.g., ios, android).



43
44
45
# File 'lib/datadog_api_client/v2/models/react_native_sourcemap_attributes.rb', line 43

def platform
  @platform
end

#serviceObject

The service name associated with the source map.



46
47
48
# File 'lib/datadog_api_client/v2/models/react_native_sourcemap_attributes.rb', line 46

def service
  @service
end

#sizeObject

The size of the source map file in bytes.



49
50
51
# File 'lib/datadog_api_client/v2/models/react_native_sourcemap_attributes.rb', line 49

def size
  @size
end

#versionObject

The version of the service associated with the source map.



52
53
54
# File 'lib/datadog_api_client/v2/models/react_native_sourcemap_attributes.rb', line 52

def version
  @version
end