Class: DatadogAPIClient::V1::NotebookCellCreateRequest

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

Overview

The description of a notebook cell create request.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#attributesObject

The attributes of a notebook cell in create 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_create_request.rb', line 26

def attributes
  @attributes
end

#typeObject

Type of the Notebook Cell resource.



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

def type
  @type
end