UNPKG

@datadog/datadog-api-client

Version:

OpenAPI client for Datadog APIs

30 lines 594 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CaseResponse = void 0; /** * Case response */ class CaseResponse { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return CaseResponse.attributeTypeMap; } } exports.CaseResponse = CaseResponse; /** * @ignore */ CaseResponse.attributeTypeMap = { data: { baseName: "data", type: "Case", }, additionalProperties: { baseName: "additionalProperties", type: "any", }, }; //# sourceMappingURL=CaseResponse.js.map