%PDF- %PDF-
| Direktori : /home/tjamichg/cursos.tjamich.gob.mx/plugin/zoom/lib/API/ |
| Current File : /home/tjamichg/cursos.tjamich.gob.mx/plugin/zoom/lib/API/CustomQuestion.php |
<?php
/* For licensing terms, see /license.txt */
namespace Chamilo\PluginBundle\Zoom\API;
/**
* Class CustomQuestion.
* A list of instances of this class is included in a MeetingRegistrant instance.
*/
class CustomQuestion
{
/** @var string */
public $title;
/** @var string */
public $value;
}