Sha256: c932dc6e39fe4bf12aa3bea6b8c81933e82e453a2e92ed172a9ebfd4f3f37ac2
Contents?: true
Size: 418 Bytes
Versions: 14
Compression:
Stored size: 418 Bytes
Contents
# Copyright (c) 2022 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details. # frozen_string_literal: true require 'contrast/api/dtm.pb' require 'protobuf/message' module Contrast module Api module Dtm class AttackResult < ::Protobuf::Message class ResponseType < ::Protobuf::Enum define :SUSPICIOUS, 6 end end end end end
Version data entries
14 entries across 14 versions & 1 rubygems