- API ›
- Constructors ›
- AccountDaysTtl
AccountDaysTtl
---types--- accountDaysTTL#b8d0afdf days:int = AccountDaysTTL
Belongs to
| AccountDaysTTL |
In Rust this constructor is a variant of the enums::AccountDaysTTL enum.
Match on it with: if let enums::AccountDaysTTL::AccountDaysTtl(v) = result { ... }
Parameters
| days | int | required |
Used by
| SetAccountTtl |