github.com/twilio/twilio-go@v1.20.1/rest/verify/v2/docs/VerifyV2VerificationAttemptsSummary.md (about)

     1  # VerifyV2VerificationAttemptsSummary
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **TotalAttempts** | Pointer to **int** | Total of attempts made according to the provided filters |
     8  **TotalConverted** | Pointer to **int** | Total of  attempts made that were confirmed by the end user, according to the provided filters. |
     9  **TotalUnconverted** | Pointer to **int** | Total of attempts made that were not confirmed by the end user, according to the provided filters. |
    10  **ConversionRatePercentage** | Pointer to **float32** | Percentage of the confirmed messages over the total, defined by (total_converted/total_attempts)*100.  |
    11  **Url** | Pointer to **string** |  |
    12  
    13  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    14  
    15