UNPKG

@datadog/datadog-api-client

Version:
44 lines 1.02 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AssigneeRequestData = void 0; /** * Data of the assignee request. */ class AssigneeRequestData { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return AssigneeRequestData.attributeTypeMap; } } exports.AssigneeRequestData = AssigneeRequestData; /** * @ignore */ AssigneeRequestData.attributeTypeMap = { attributes: { baseName: "attributes", type: "AssigneeRequestDataAttributes", }, id: { baseName: "id", type: "string", }, relationships: { baseName: "relationships", type: "AssigneeRequestDataRelationships", required: true, }, type: { baseName: "type", type: "AssigneeDataType", required: true, }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=AssigneeRequestData.js.map