2017-03-11 19:54:51 +01:00
|
|
|
---
|
|
|
|
title: accountTtl
|
2017-08-25 15:05:53 +02:00
|
|
|
description: Contains information about period of inactivity, after which the account of currently logged in user will be automatically deleted
|
2017-03-11 19:54:51 +01:00
|
|
|
---
|
|
|
|
## Constructor: accountTtl
|
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
2017-08-25 15:05:53 +02:00
|
|
|
Contains information about period of inactivity, after which the account of currently logged in user will be automatically deleted
|
2017-03-11 19:54:51 +01:00
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required | Description |
|
2017-08-20 11:05:56 +02:00
|
|
|
|----------|---------------|----------|-------------|
|
2017-08-25 15:05:53 +02:00
|
|
|
|days|[int](../types/int.md) | Yes|Number of days of inactivity before account deletion, should be from 30 and up to 366|
|
2017-03-11 19:54:51 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [AccountTtl](../types/AccountTtl.md)
|
|
|
|
|
|
|
|
|