github.com/twilio/twilio-go@v1.20.1/rest/events/v1/docs/EventsV1Sink.md (about) 1 # EventsV1Sink 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date that this Sink was created, given in ISO 8601 format. | 8 **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date that this Sink was updated, given in ISO 8601 format. | 9 **Description** | Pointer to **string** | A human readable description for the Sink | 10 **Sid** | Pointer to **string** | A 34 character string that uniquely identifies this Sink. | 11 **SinkConfiguration** | Pointer to **interface{}** | The information required for Twilio to connect to the provided Sink encoded as JSON. | 12 **SinkType** | Pointer to [**string**](SinkEnumSinkType.md) | | 13 **Status** | Pointer to [**string**](SinkEnumStatus.md) | | 14 **Url** | Pointer to **string** | The URL of this resource. | 15 **Links** | Pointer to **map[string]interface{}** | Contains a dictionary of URL links to nested resources of this Sink. | 16 17 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 18 19