UNPKG

@datadog/datadog-api-client

Version:
41 lines 897 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DashboardUsage = void 0; /** * A single dashboard usage record. */ class DashboardUsage { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return DashboardUsage.attributeTypeMap; } } exports.DashboardUsage = DashboardUsage; /** * @ignore */ DashboardUsage.attributeTypeMap = { attributes: { baseName: "attributes", type: "DashboardUsageAttributes", required: true, }, id: { baseName: "id", type: "string", required: true, }, type: { baseName: "type", type: "DashboardUsageType", required: true, }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=DashboardUsage.js.map