@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
43 lines • 1.05 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.NotebookToplistCellAttributes = void 0;
/**
* The attributes of a notebook `toplist` cell.
*/
class NotebookToplistCellAttributes {
constructor() { }
/**
* @ignore
*/
static getAttributeTypeMap() {
return NotebookToplistCellAttributes.attributeTypeMap;
}
}
exports.NotebookToplistCellAttributes = NotebookToplistCellAttributes;
/**
* @ignore
*/
NotebookToplistCellAttributes.attributeTypeMap = {
definition: {
baseName: "definition",
type: "ToplistWidgetDefinition",
required: true,
},
graphSize: {
baseName: "graph_size",
type: "NotebookGraphSize",
},
splitBy: {
baseName: "split_by",
type: "NotebookSplitBy",
},
time: {
baseName: "time",
type: "NotebookCellTime",
},
additionalProperties: {
baseName: "additionalProperties",
type: "any",
},
};
//# sourceMappingURL=NotebookToplistCellAttributes.js.map