@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
38 lines • 835 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.NotebookMetadata = void 0;
/**
* Metadata associated with the notebook.
*/
class NotebookMetadata {
constructor() { }
/**
* @ignore
*/
static getAttributeTypeMap() {
return NotebookMetadata.attributeTypeMap;
}
}
exports.NotebookMetadata = NotebookMetadata;
/**
* @ignore
*/
NotebookMetadata.attributeTypeMap = {
isTemplate: {
baseName: "is_template",
type: "boolean",
},
takeSnapshots: {
baseName: "take_snapshots",
type: "boolean",
},
type: {
baseName: "type",
type: "NotebookMetadataType",
},
additionalProperties: {
baseName: "additionalProperties",
type: "any",
},
};
//# sourceMappingURL=NotebookMetadata.js.map