UNPKG

@datadog/datadog-api-client

Version:
42 lines 897 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BlueprintData = void 0; /** * A blueprint resource. */ class BlueprintData { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return BlueprintData.attributeTypeMap; } } exports.BlueprintData = BlueprintData; /** * @ignore */ BlueprintData.attributeTypeMap = { attributes: { baseName: "attributes", type: "BlueprintAttributes", required: true, }, id: { baseName: "id", type: "string", required: true, format: "uuid", }, type: { baseName: "type", type: "BlueprintDataType", required: true, }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=BlueprintData.js.map