Class: DatadogAPIClient::V2::PostmortemTemplateAttributesRequest
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::PostmortemTemplateAttributesRequest
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/postmortem_template_attributes_request.rb
Overview
Attributes for creating or updating a postmortem template.
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
The templated content of the postmortem, supporting Markdown and incident template variables.
-
#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
The location where the postmortem is created and stored.
-
#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.
42 43 44 |
# File 'lib/datadog_api_client/v2/models/postmortem_template_attributes_request.rb', line 42 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_request.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_request.rb', line 28 def content @content end |
#google_docs_postmortem_settings ⇒ Object
Settings for a postmortem template stored in Google Docs. Required when location is google_docs.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/postmortem_template_attributes_request.rb', line 31 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. Set to null to unset.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/postmortem_template_attributes_request.rb', line 34 def is_default @is_default end |
#location ⇒ Object
The location where the postmortem is created and stored.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/postmortem_template_attributes_request.rb', line 37 def location @location end |
#name ⇒ Object
The name of the template.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/postmortem_template_attributes_request.rb', line 40 def name @name end |