Class: DatadogAPIClient::V2::PageAnnotationsAttributes

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#annotationsObject

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_annotationsObject

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_mappingObject

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
  @widget_mapping
end