27 lines
447 B
Markdown
27 lines
447 B
Markdown
---
|
|
title: accountDaysTTL
|
|
description: accountDaysTTL attributes, type and example
|
|
---
|
|
## Constructor: accountDaysTTL
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|days|[int](../types/int.md) | Required|
|
|
|
|
|
|
|
|
### Type: [AccountDaysTTL](../types/AccountDaysTTL.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$accountDaysTTL = ['_' => 'accountDaysTTL', 'days' => int, ];
|
|
```
|
|
|