Sha256: 12df16ae3bc55f476b7969803eab1202f24c1dc2f217f6ece62c4ef9db42d290
Contents?: true
Size: 792 Bytes
Versions: 11
Compression:
Stored size: 792 Bytes
Contents
=begin #Datadog API V2 Collection #Collection of all Datadog Public endpoints. The version of the OpenAPI document: 1.0 Contact: support@datadoghq.com Generated by: https://github.com/DataDog/datadog-api-client-ruby/tree/master/.generator Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2020-Present Datadog, Inc. =end require 'date' require 'time' module DatadogAPIClient::V2 # The incident severity. class IncidentSeverity include BaseEnumModel UNKNOWN = "UNKNOWN".freeze SEV_1 = "SEV-1".freeze SEV_2 = "SEV-2".freeze SEV_3 = "SEV-3".freeze SEV_4 = "SEV-4".freeze SEV_5 = "SEV-5".freeze end end
Version data entries
11 entries across 11 versions & 1 rubygems