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

     1  # EventsV1Subscription
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **AccountSid** | Pointer to **string** | The unique SID identifier of the Account. |
     8  **Sid** | Pointer to **string** | A 34 character string that uniquely identifies this Subscription. |
     9  **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date that this Subscription was created, given in ISO 8601 format. |
    10  **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date that this Subscription was updated, given in ISO 8601 format. |
    11  **Description** | Pointer to **string** | A human readable description for the Subscription |
    12  **SinkSid** | Pointer to **string** | The SID of the sink that events selected by this subscription should be sent to. Sink must be active for the subscription to be created. |
    13  **Url** | Pointer to **string** | The URL of this resource. |
    14  **Links** | Pointer to **map[string]interface{}** | Contains a dictionary of URL links to nested resources of this Subscription. |
    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