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

     1  # NumbersV2Evaluation
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Sid** | Pointer to **string** | The unique string that identifies the Evaluation resource. |
     8  **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Bundle resource. |
     9  **RegulationSid** | Pointer to **string** | The unique string of a regulation that is associated to the Bundle resource. |
    10  **BundleSid** | Pointer to **string** | The unique string that we created to identify the Bundle resource. |
    11  **Status** | Pointer to [**string**](EvaluationEnumStatus.md) |  |
    12  **Results** | Pointer to **[]interface{}** | The results of the Evaluation which includes the valid and invalid attributes. |
    13  **DateCreated** | Pointer to [**time.Time**](time.Time.md) |  |
    14  **Url** | Pointer to **string** |  |
    15  
    16  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    17  
    18