Skip to content

Commit eb31c40

Browse files
authored
Add phpdocs to Role resource
1 parent 17773cb commit eb31c40

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

lib/Resource/Role.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44

55
/**
66
* Class Role.
7+
*
8+
* @property string $id
9+
* @property string $name
10+
* @property string $slug
11+
* @property string $description
12+
* @property array<string> $permissions
13+
* @property string $type
14+
* @property string $created_at
15+
* @property string $updated_at
716
*/
817

918
class Role extends BaseWorkOSResource

0 commit comments

Comments
 (0)