@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
36 lines • 1.03 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DegradationDataRelationshipsCreatedByUserData = void 0;
/**
* The data object identifying the Datadog user who created the degradation.
*/
class DegradationDataRelationshipsCreatedByUserData {
constructor() { }
/**
* @ignore
*/
static getAttributeTypeMap() {
return DegradationDataRelationshipsCreatedByUserData.attributeTypeMap;
}
}
exports.DegradationDataRelationshipsCreatedByUserData = DegradationDataRelationshipsCreatedByUserData;
/**
* @ignore
*/
DegradationDataRelationshipsCreatedByUserData.attributeTypeMap = {
id: {
baseName: "id",
type: "string",
required: true,
},
type: {
baseName: "type",
type: "StatusPagesUserType",
required: true,
},
additionalProperties: {
baseName: "additionalProperties",
type: "{ [key: string]: any; }",
},
};
//# sourceMappingURL=DegradationDataRelationshipsCreatedByUserData.js.map