UNPKG

@datadog/datadog-api-client

Version:
31 lines 967 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SyntheticsAssertionMCPRespectsSpecification = void 0; /** * An assertion that verifies the MCP server response respects the MCP specification. */ class SyntheticsAssertionMCPRespectsSpecification { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return SyntheticsAssertionMCPRespectsSpecification.attributeTypeMap; } } exports.SyntheticsAssertionMCPRespectsSpecification = SyntheticsAssertionMCPRespectsSpecification; /** * @ignore */ SyntheticsAssertionMCPRespectsSpecification.attributeTypeMap = { type: { baseName: "type", type: "SyntheticsAssertionMCPRespectsSpecificationType", required: true, }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=SyntheticsAssertionMCPRespectsSpecification.js.map