Constructor: account.sentEmailCode
The sent email code
Attributes:
| Name | Type | Required | Description | 
|---|---|---|---|
| email_pattern | string | Yes | The email (to which the code was sent) must match this pattern | 
| length | int | Yes | The length of the verification code | 
Type: account.SentEmailCode
Example:
 $account_sentEmailCode = ['_' => 'account.sentEmailCode', 'email_pattern' => 'string', 'length' => int];