Class: DatadogAPIClient::V2::PostmortemTemplateAttributesResponse

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

Overview

Attributes of a postmortem template returned in a response.

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/postmortem_template_attributes_response.rb', line 48

def additional_properties
  @additional_properties
end

#confluence_postmortem_settingsObject

Settings for a postmortem template stored in Confluence. Required when location is confluence.



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

def confluence_postmortem_settings
  @confluence_postmortem_settings
end

#contentObject

The templated content of the postmortem, supporting Markdown and incident template variables.



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

def content
  @content
end

#created_atObject

When the template was created.



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

def created_at
  @created_at
end

#google_docs_postmortem_settingsObject

Settings for a postmortem template stored in Google Docs. Required when location is google_docs.



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

def google_docs_postmortem_settings
  @google_docs_postmortem_settings
end

#is_defaultObject

When set, marks this template as a default. The effective default for an incident type is the template with the most recent is_default timestamp.



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

def is_default
  @is_default
end

#locationObject

The location where the postmortem is created and stored.



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

def location
  @location
end

#modified_atObject

When the template was last modified.



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

def modified_at
  @modified_at
end

#nameObject

The name of the template.



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

def name
  @name
end