UNPKG

@datadog/datadog-api-client

Version:
37 lines 797 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DeleteFormData = void 0; /** * The data returned when a form is deleted. */ class DeleteFormData { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return DeleteFormData.attributeTypeMap; } } exports.DeleteFormData = DeleteFormData; /** * @ignore */ DeleteFormData.attributeTypeMap = { id: { baseName: "id", type: "string", required: true, format: "uuid", }, type: { baseName: "type", type: "FormType", required: true, }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=DeleteFormData.js.map