Class: DatadogAPIClient::V2::IncidentAttachmentLinkAttributesAttachmentObject

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

Overview

The link attachment.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#document_urlObject

The URL of this link attachment.



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

def document_url
  @document_url
end

#titleObject

The title of this link attachment.



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

def title
  @title
end