Class: DatadogAPIClient::V2::JSSourcemapAttributes

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#absolute_pathObject

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_propertiesObject

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_pathObject

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_idObject

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_atObject

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

#domainObject

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_nameObject

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

#mapkindObject

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

#serviceObject

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

#sizeObject

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

#variantObject

The source map variant.



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

def variant
  @variant
end

#versionObject

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_codeObject

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