Class: DatadogAPIClient::V2::IncidentAttachmentsPostmortemAttributesAttachmentObject
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::IncidentAttachmentsPostmortemAttributesAttachmentObject
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/incident_attachments_postmortem_attributes_attachment_object.rb
Overview
The postmortem attachment.
Instance Attribute Summary collapse
-
#document_url ⇒ Object
readonly
The URL of this notebook attachment.
-
#title ⇒ Object
readonly
The title of this postmortem attachment.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#document_url ⇒ Object
The URL of this notebook attachment.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/incident_attachments_postmortem_attributes_attachment_object.rb', line 29 def document_url @document_url end |
#title ⇒ Object
The title of this postmortem attachment.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/incident_attachments_postmortem_attributes_attachment_object.rb', line 32 def title @title end |