UNPKG

@datadog/datadog-api-client

Version:
41 lines 1.15 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AttachServiceNowTicketRequestData = void 0; /** * Data of the ServiceNow ticket to attach security findings to. */ class AttachServiceNowTicketRequestData { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return AttachServiceNowTicketRequestData.attributeTypeMap; } } exports.AttachServiceNowTicketRequestData = AttachServiceNowTicketRequestData; /** * @ignore */ AttachServiceNowTicketRequestData.attributeTypeMap = { attributes: { baseName: "attributes", type: "AttachServiceNowTicketRequestDataAttributes", required: true, }, relationships: { baseName: "relationships", type: "AttachServiceNowTicketRequestDataRelationships", required: true, }, type: { baseName: "type", type: "ServiceNowTicketsDataType", required: true, }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=AttachServiceNowTicketRequestData.js.map