2017-03-31 17:35:20 +02:00
|
|
|
---
|
|
|
|
title: userStatusLastWeek
|
|
|
|
description: userStatusLastWeek attributes, type and example
|
|
|
|
---
|
|
|
|
## Constructor: userStatusLastWeek
|
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
2017-05-18 11:12:33 +01:00
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required |
|
|
|
|
|----------|:-------------:|---------:|
|
2017-03-31 17:35:20 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [UserStatus](../types/UserStatus.md)
|
|
|
|
|
|
|
|
|
|
|
|
### Example:
|
|
|
|
|
|
|
|
```
|
|
|
|
$userStatusLastWeek = ['_' => 'userStatusLastWeek', ];
|
|
|
|
```
|
|
|
|
|
|
|
|
Or, if you're into Lua:
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
userStatusLastWeek={_='userStatusLastWeek', }
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|