Class: DatadogAPIClient::V2::PageAnnotationsAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::PageAnnotationsAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/page_annotations_attributes.rb
Overview
Attributes of the annotations on a page.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#annotations ⇒ Object
readonly
Map of annotation UUID to annotation object, keyed by annotation ID.
-
#global_annotations ⇒ Object
readonly
List of annotation IDs that apply to the entire page rather than a specific widget.
-
#widget_mapping ⇒ Object
readonly
Map from widget ID to the list of annotation IDs displayed on that widget.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/page_annotations_attributes.rb', line 33 def additional_properties @additional_properties end |
#annotations ⇒ Object
Map of annotation UUID to annotation object, keyed by annotation ID.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/page_annotations_attributes.rb', line 25 def annotations @annotations end |
#global_annotations ⇒ Object
List of annotation IDs that apply to the entire page rather than a specific widget.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/page_annotations_attributes.rb', line 28 def global_annotations @global_annotations end |
#widget_mapping ⇒ Object
Map from widget ID to the list of annotation IDs displayed on that widget.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/page_annotations_attributes.rb', line 31 def @widget_mapping end |