Class: DatadogAPIClient::V2::DegradationTemplateDataAttributesUpdatesItems

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

Overview

A pre-filled update for a degradation created from this template.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



30
31
32
# File 'lib/datadog_api_client/v2/models/degradation_template_data_attributes_updates_items.rb', line 30

def additional_properties
  @additional_properties
end

#messageObject

The message of the update.



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

def message
  @message
end

#statusObject

The status of the degradation.



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

def status
  @status
end