UNPKG

@datadog/datadog-api-client

Version:

OpenAPI client for Datadog APIs

30 lines 772 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SyntheticsListTestsResponse = void 0; /** * Object containing an array of Synthetic tests configuration. */ class SyntheticsListTestsResponse { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return SyntheticsListTestsResponse.attributeTypeMap; } } exports.SyntheticsListTestsResponse = SyntheticsListTestsResponse; /** * @ignore */ SyntheticsListTestsResponse.attributeTypeMap = { tests: { baseName: "tests", type: "Array<SyntheticsTestDetails>", }, additionalProperties: { baseName: "additionalProperties", type: "any", }, }; //# sourceMappingURL=SyntheticsListTestsResponse.js.map