UNPKG

@datadog/datadog-api-client

Version:
31 lines 914 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DegradationDataRelationshipsCreatedByUser = void 0; /** * The Datadog user who created the degradation. */ class DegradationDataRelationshipsCreatedByUser { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return DegradationDataRelationshipsCreatedByUser.attributeTypeMap; } } exports.DegradationDataRelationshipsCreatedByUser = DegradationDataRelationshipsCreatedByUser; /** * @ignore */ DegradationDataRelationshipsCreatedByUser.attributeTypeMap = { data: { baseName: "data", type: "DegradationDataRelationshipsCreatedByUserData", required: true, }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=DegradationDataRelationshipsCreatedByUser.js.map