title |
description |
userEmpty |
userEmpty attributes, type and example |
Constructor: userEmpty
Back to constructors index
Attributes:
Name |
Type |
Required |
id |
int |
Yes |
Example:
$userEmpty = ['_' => 'userEmpty', 'id' => int, ];
Or, if you're into Lua:
userEmpty={_='userEmpty', id=int, }