github.com/twilio/twilio-go@v1.20.1/rest/trusthub/v1/docs/TrusthubV1CustomerProfileEvaluation.md (about)

     1  # TrusthubV1CustomerProfileEvaluation
     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 customer_profile resource. |
     9  **PolicySid** | Pointer to **string** | The unique string of a policy that is associated to the customer_profile resource. |
    10  **CustomerProfileSid** | Pointer to **string** | The unique string that we created to identify the customer_profile resource. |
    11  **Status** | Pointer to [**string**](CustomerProfileEvaluationEnumStatus.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