Sha256: cb592ef92abb28a6bdf0a4da0bcf8c4252784686274c59e8ab68d276424ed9e1
Contents?: true
Size: 488 Bytes
Versions: 7
Compression:
Stored size: 488 Bytes
Contents
module Datadog module CI module TestVisibility module Serializers class Span < Base CONTENT_FIELDS: Array[String | Hash[String, String]] CONTENT_MAP_SIZE: Integer REQUIRED_FIELDS: Array[String] def required_fields: () -> Array[String] def content_fields: () -> Array[String | Hash[String, String]] def content_map_size: () -> Integer def type: () -> "span" end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems