Class: DatadogAPIClient::V2::AlertEventCustomAttributes

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

Overview

Alert event attributes.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#customObject

Free form JSON object for arbitrary data. Supports up to 100 properties per object and a maximum nesting depth of 10 levels.



25
26
27
# File 'lib/datadog_api_client/v2/models/alert_event_custom_attributes.rb', line 25

def custom
  @custom
end

The links related to the event. Maximum of 20 links allowed.



28
29
30
# File 'lib/datadog_api_client/v2/models/alert_event_custom_attributes.rb', line 28

def links
  @links
end

#priorityObject

The priority of the alert.



31
32
33
# File 'lib/datadog_api_client/v2/models/alert_event_custom_attributes.rb', line 31

def priority
  @priority
end

#statusObject

The status of the alert.



34
35
36
# File 'lib/datadog_api_client/v2/models/alert_event_custom_attributes.rb', line 34

def status
  @status
end