Class: DatadogAPIClient::V1::NotebookCellUpdateRequest

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

Overview

The description of a notebook cell update request.

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/v1/models/notebook_cell_update_request.rb', line 34

def additional_properties
  @additional_properties
end

#attributesObject

The attributes of a notebook cell in update cell request. Valid cell types are ‘markdown`, `timeseries`, `toplist`, `heatmap`, `distribution`, `log_stream`. [More information on each graph visualization type.](docs.datadoghq.com/dashboards/widgets/)



26
27
28
# File 'lib/datadog_api_client/v1/models/notebook_cell_update_request.rb', line 26

def attributes
  @attributes
end

#idObject

Notebook cell ID.



29
30
31
# File 'lib/datadog_api_client/v1/models/notebook_cell_update_request.rb', line 29

def id
  @id
end

#typeObject

Type of the Notebook Cell resource.



32
33
34
# File 'lib/datadog_api_client/v1/models/notebook_cell_update_request.rb', line 32

def type
  @type
end