github.com/twilio/twilio-go@v1.20.1/rest/events/v1/docs/EventsV1Schema.md (about) 1 # EventsV1Schema 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Id** | Pointer to **string** | The unique identifier of the schema. Each schema can have multiple versions, that share the same id. | 8 **Url** | Pointer to **string** | The URL of this resource. | 9 **Links** | Pointer to **map[string]interface{}** | Contains a dictionary of URL links to nested resources of this schema. | 10 **LatestVersionDateCreated** | Pointer to [**time.Time**](time.Time.md) | The date that the latest schema version was created, given in ISO 8601 format. | 11 **LatestVersion** | Pointer to **int** | The latest version published of this schema. | 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