Class: DatadogAPIClient::V2::IncidentTypeUpdateAttributes

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

Overview

Incident type's attributes for updates.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



48
49
50
# File 'lib/datadog_api_client/v2/models/incident_type_update_attributes.rb', line 48

def additional_properties
  @additional_properties
end

#created_atObject

Timestamp when the incident type was created.



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

def created_at
  @created_at
end

#created_byObject

A unique identifier that represents the user that created the incident type.



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

def created_by
  @created_by
end

#descriptionObject

Text that describes the incident type.



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

def description
  @description
end

#is_defaultObject

When true, this incident type will be used as the default type when an incident type is not specified.



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

def is_default
  @is_default
end

#last_modified_byObject

A unique identifier that represents the user that last modified the incident type.



37
38
39
# File 'lib/datadog_api_client/v2/models/incident_type_update_attributes.rb', line 37

def last_modified_by
  @last_modified_by
end

#modified_atObject

Timestamp when the incident type was last modified.



40
41
42
# File 'lib/datadog_api_client/v2/models/incident_type_update_attributes.rb', line 40

def modified_at
  @modified_at
end

#nameObject

The name of the incident type.



43
44
45
# File 'lib/datadog_api_client/v2/models/incident_type_update_attributes.rb', line 43

def name
  @name
end

#prefixObject

The string that will be prepended to the incident title across the Datadog app.



46
47
48
# File 'lib/datadog_api_client/v2/models/incident_type_update_attributes.rb', line 46

def prefix
  @prefix
end