Mods-for-HESK-Netsyms/api/BusinessLogic/Attachments/CreateAttachmentForTicketModel.php

12 lines
244 B
PHP

<?php
namespace BusinessLogic\Attachments;
class CreateAttachmentForTicketModel extends CreateAttachmentModel {
/* @var $ticketId int */
public $ticketId;
/* @var $type int [use <code>AttachmentType</code] */
public $type;
}