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

     1  # EventsV1EventType
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Type** | Pointer to **string** | A string that uniquely identifies this Event Type. |
     8  **SchemaId** | Pointer to **string** | A string that uniquely identifies the Schema this Event Type adheres to. |
     9  **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date that this Event Type was created, given in ISO 8601 format. |
    10  **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date that this Event Type was updated, given in ISO 8601 format. |
    11  **Description** | Pointer to **string** | A human readable description for this Event Type. |
    12  **Url** | Pointer to **string** | The URL of this resource. |
    13  **Links** | Pointer to **map[string]interface{}** |  |
    14  
    15  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    16  
    17