Class: DatadogAPIClient::V2::SourcemapMapKind

Inherits:
Object
  • Object
show all
Includes:
BaseEnumModel
Defined in:
lib/datadog_api_client/v2/models/sourcemap_map_kind.rb

Overview

The type of source map.

Constant Summary collapse

JS =
"js".freeze
JVM =
"jvm".freeze
IOS =
"ios".freeze
REACT =
"react".freeze
FLUTTER =
"flutter".freeze
ELF =
"elf".freeze
NDK =
"ndk".freeze
IL2CPP =
"il2cpp".freeze

Method Summary

Methods included from BaseEnumModel

included