--- 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, ]; ```