@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
41 lines • 897 B
JavaScript
;
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