Class: DatadogAPIClient::V2::ReactNativeSourcemapAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ReactNativeSourcemapAttributes
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#build_number ⇒ Object
The build number.
-
#bundle_name ⇒ Object
The bundle name.
-
#bundle_version ⇒ Object
The bundle version.
-
#created_at ⇒ Object
readonly
The timestamp when the source map was created.
-
#debug_id ⇒ Object
The debug identifier (UUID format).
-
#mapkind ⇒ Object
readonly
The type of source map.
-
#platform ⇒ Object
The platform the source map was built for (e.g.,
ios,android). -
#service ⇒ Object
The service name associated with the source map.
-
#size ⇒ Object
readonly
The size of the source map file in bytes.
-
#version ⇒ Object
The version of the service associated with the source map.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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_number ⇒ Object
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_name ⇒ Object
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_version ⇒ Object
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_at ⇒ Object
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_id ⇒ Object
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 |
#mapkind ⇒ Object
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 |
#platform ⇒ Object
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 |
#service ⇒ Object
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 |
#size ⇒ Object
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 |
#version ⇒ Object
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 |