We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 536f27d + ada7843 commit f41e8d7Copy full SHA for f41e8d7
lib/Gitlab/Model/ProjectNamespace.php
@@ -6,6 +6,7 @@
6
* Class ProjectNamespace
7
*
8
* @property-read int $id
9
+ * @property-read string $name
10
* @property-read string $path
11
* @property-read string $kind
12
* @property-read int $owner_id
@@ -20,6 +21,7 @@ class ProjectNamespace extends AbstractModel
20
21
*/
22
protected static $properties = array(
23
'id',
24
+ 'name',
25
'path',
26
'kind',
27
'owner_id',
0 commit comments