Class: DatadogAPIClient::V2::JSSourcemapAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::JSSourcemapAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/js_sourcemap_attributes.rb
Overview
Attributes of a JavaScript source map.
Instance Attribute Summary collapse
-
#absolute_path ⇒ Object
The absolute path to the minified JavaScript file.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#blob_storage_sourcemap_path ⇒ Object
The path to the source map in blob storage.
-
#build_id ⇒ Object
The build identifier.
-
#created_at ⇒ Object
readonly
The timestamp when the source map was created.
-
#domain ⇒ Object
The domain associated with the source map.
-
#file_name ⇒ Object
The file name of the minified JavaScript file.
-
#mapkind ⇒ Object
readonly
The type of source map.
-
#service ⇒ Object
The service name associated with the source map.
-
#size ⇒ Object
readonly
The size of the source map file in bytes.
-
#variant ⇒ Object
The source map variant.
-
#version ⇒ Object
The version of the service associated with the source map.
-
#version_code ⇒ Object
The version code.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#absolute_path ⇒ Object
The absolute path to the minified JavaScript file.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/js_sourcemap_attributes.rb', line 25 def absolute_path @absolute_path end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
60 61 62 |
# File 'lib/datadog_api_client/v2/models/js_sourcemap_attributes.rb', line 60 def additional_properties @additional_properties end |
#blob_storage_sourcemap_path ⇒ Object
The path to the source map in blob storage.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/js_sourcemap_attributes.rb', line 28 def blob_storage_sourcemap_path @blob_storage_sourcemap_path end |
#build_id ⇒ Object
The build identifier.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/js_sourcemap_attributes.rb', line 31 def build_id @build_id end |
#created_at ⇒ Object
The timestamp when the source map was created.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/js_sourcemap_attributes.rb', line 34 def created_at @created_at end |
#domain ⇒ Object
The domain associated with the source map.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/js_sourcemap_attributes.rb', line 37 def domain @domain end |
#file_name ⇒ Object
The file name of the minified JavaScript file.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/js_sourcemap_attributes.rb', line 40 def file_name @file_name end |
#mapkind ⇒ Object
The type of source map.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/js_sourcemap_attributes.rb', line 43 def mapkind @mapkind end |
#service ⇒ Object
The service name associated with the source map.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/js_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/js_sourcemap_attributes.rb', line 49 def size @size end |
#variant ⇒ Object
The source map variant.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/js_sourcemap_attributes.rb', line 52 def variant @variant end |
#version ⇒ Object
The version of the service associated with the source map.
55 56 57 |
# File 'lib/datadog_api_client/v2/models/js_sourcemap_attributes.rb', line 55 def version @version end |
#version_code ⇒ Object
The version code.
58 59 60 |
# File 'lib/datadog_api_client/v2/models/js_sourcemap_attributes.rb', line 58 def version_code @version_code end |