Class: DatadogAPIClient::V2::PageAnnotationsData

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

Overview

Annotations grouped by widget for a single page.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



34
35
36
# File 'lib/datadog_api_client/v2/models/page_annotations_data.rb', line 34

def additional_properties
  @additional_properties
end

#attributesObject

Attributes of the annotations on a page.



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

def attributes
  @attributes
end

#idObject

ID of the page, prefixed with the page type and joined by a colon (for example, dashboard:abc-def-xyz or notebook:1234567890).



29
30
31
# File 'lib/datadog_api_client/v2/models/page_annotations_data.rb', line 29

def id
  @id
end

#typeObject

Page annotations resource type.



32
33
34
# File 'lib/datadog_api_client/v2/models/page_annotations_data.rb', line 32

def type
  @type
end