Class: DatadogAPIClient::V2::ELFSourcemapAttributes

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#archObject

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_atObject

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_hashObject

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_nameObject

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_idObject

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_idObject

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

#mapkindObject

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

#originObject

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_versionObject

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

#sizeObject

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_sourceObject

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