Sha256: e13b3eea4ae0c97a8269ef3704f50a6b3e86f671d7922231f07e169ad03a8306
Contents?: true
Size: 985 Bytes
Versions: 37
Compression:
Stored size: 985 Bytes
Contents
=begin #Datadog API V1 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::V1 # If an alert event is enabled, set its type. # For example, `error`, `warning`, `info`, `success`, `user_update`, # `recommendation`, and `snapshot`. class EventAlertType include BaseEnumModel ERROR = "error".freeze WARNING = "warning".freeze INFO = "info".freeze SUCCESS = "success".freeze USER_UPDATE = "user_update".freeze RECOMMENDATION = "recommendation".freeze SNAPSHOT = "snapshot".freeze end end
Version data entries
37 entries across 37 versions & 1 rubygems