We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f95721 commit cd2539aCopy full SHA for cd2539a
lib/Gitlab/Model/Schedule.php
@@ -4,6 +4,21 @@
4
5
use Gitlab\Client;
6
7
+/**
8
+ * Class Schedule
9
+ *
10
+ * @property-read int $id
11
+ * @property-read int $project_id
12
+ * @property-read string $title
13
+ * @property-read string $description
14
+ * @property-read string $due_date
15
+ * @property-read string $start_date
16
+ * @property-read string $state
17
+ * @property-read bool $closed
18
+ * @property-read string $updated_at
19
+ * @property-read string $created_at
20
+ * @property-read Project $project
21
+ */
22
class Schedule extends AbstractModel
23
{
24
/**
0 commit comments