Class: DatadogAPIClient::V2::PageAnnotationsData
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::PageAnnotationsData
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#attributes ⇒ Object
readonly
Attributes of the annotations on a page.
-
#id ⇒ Object
readonly
ID of the page, prefixed with the page type and joined by a colon (for example,
dashboard:abc-def-xyzornotebook:1234567890). -
#type ⇒ Object
readonly
Page annotations resource type.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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 |
#attributes ⇒ Object
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 |
#id ⇒ Object
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 |
#type ⇒ Object
Page annotations resource type.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/page_annotations_data.rb', line 32 def type @type end |