Class: DatadogAPIClient::V2::IncidentAttachmentsPostmortemAttributesAttachmentObject

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#document_urlObject

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

#titleObject

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