Class: DatadogAPIClient::V2::PostmortemTemplateAttributesResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::PostmortemTemplateAttributesResponse
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#confluence_postmortem_settings ⇒ Object
Settings for a postmortem template stored in Confluence.
-
#content ⇒ Object
readonly
The templated content of the postmortem, supporting Markdown and incident template variables.
-
#created_at ⇒ Object
readonly
When the template was created.
-
#google_docs_postmortem_settings ⇒ Object
Settings for a postmortem template stored in Google Docs.
-
#is_default ⇒ Object
When set, marks this template as a default.
-
#location ⇒ Object
readonly
The location where the postmortem is created and stored.
-
#modified_at ⇒ Object
readonly
When the template was last modified.
-
#name ⇒ Object
readonly
The name of the template.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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_settings ⇒ Object
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 |
#content ⇒ Object
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_at ⇒ Object
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_settings ⇒ Object
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_default ⇒ Object
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 |
#location ⇒ Object
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_at ⇒ Object
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 |
#name ⇒ Object
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 |