Class: DatadogAPIClient::V2::ELFSourcemapAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ELFSourcemapAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/elf_sourcemap_attributes.rb
Overview
Attributes of an ELF symbol file.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#arch ⇒ Object
The target CPU architecture.
-
#created_at ⇒ Object
readonly
The timestamp when the symbol file was created.
-
#file_hash ⇒ Object
The SHA256 hash of the ELF file.
-
#file_name ⇒ Object
The ELF file name.
-
#gnu_build_id ⇒ Object
The GNU build ID (UUID format).
-
#go_build_id ⇒ Object
The Go build ID (UUID format).
-
#mapkind ⇒ Object
readonly
The type of source map.
-
#origin ⇒ Object
The origin of the ELF file.
-
#origin_version ⇒ Object
The version of the origin package.
-
#size ⇒ Object
readonly
The size of the ELF file in bytes.
-
#symbol_source ⇒ Object
The source of the debug symbols.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
57 58 59 |
# File 'lib/datadog_api_client/v2/models/elf_sourcemap_attributes.rb', line 57 def additional_properties @additional_properties end |
#arch ⇒ Object
The target CPU architecture.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/elf_sourcemap_attributes.rb', line 25 def arch @arch end |
#created_at ⇒ Object
The timestamp when the symbol file was created.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/elf_sourcemap_attributes.rb', line 28 def created_at @created_at end |
#file_hash ⇒ Object
The SHA256 hash of the ELF file.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/elf_sourcemap_attributes.rb', line 31 def file_hash @file_hash end |
#file_name ⇒ Object
The ELF file name.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/elf_sourcemap_attributes.rb', line 34 def file_name @file_name end |
#gnu_build_id ⇒ Object
The GNU build ID (UUID format).
37 38 39 |
# File 'lib/datadog_api_client/v2/models/elf_sourcemap_attributes.rb', line 37 def gnu_build_id @gnu_build_id end |
#go_build_id ⇒ Object
The Go build ID (UUID format).
40 41 42 |
# File 'lib/datadog_api_client/v2/models/elf_sourcemap_attributes.rb', line 40 def go_build_id @go_build_id end |
#mapkind ⇒ Object
The type of source map.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/elf_sourcemap_attributes.rb', line 43 def mapkind @mapkind end |
#origin ⇒ Object
The origin of the ELF file.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/elf_sourcemap_attributes.rb', line 46 def origin @origin end |
#origin_version ⇒ Object
The version of the origin package.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/elf_sourcemap_attributes.rb', line 49 def origin_version @origin_version end |
#size ⇒ Object
The size of the ELF file in bytes.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/elf_sourcemap_attributes.rb', line 52 def size @size end |
#symbol_source ⇒ Object
The source of the debug symbols.
55 56 57 |
# File 'lib/datadog_api_client/v2/models/elf_sourcemap_attributes.rb', line 55 def symbol_source @symbol_source end |