UNPKG

@datadog/datadog-api-client

Version:
31 lines 765 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DashboardUsageResponse = void 0; /** * Response containing usage statistics for a single dashboard. */ class DashboardUsageResponse { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return DashboardUsageResponse.attributeTypeMap; } } exports.DashboardUsageResponse = DashboardUsageResponse; /** * @ignore */ DashboardUsageResponse.attributeTypeMap = { data: { baseName: "data", type: "DashboardUsage", required: true, }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=DashboardUsageResponse.js.map