UNPKG

@datadog/datadog-api-client

Version:

OpenAPI client for Datadog APIs

30 lines 678 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DORAListResponse = void 0; /** * Response for the DORA list endpoints. */ class DORAListResponse { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return DORAListResponse.attributeTypeMap; } } exports.DORAListResponse = DORAListResponse; /** * @ignore */ DORAListResponse.attributeTypeMap = { data: { baseName: "data", type: "Array<DORAEvent>", }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=DORAListResponse.js.map