github.com/grokify/go-ringcentral-client@v0.3.31/office/v1/client/docs/CreateSubscriptionRequest.md (about)

     1  # CreateSubscriptionRequest
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **EventFilters** | **[]string** | Mandatory. Collection of URIs to API resources (see Event Types for details). For APNS transport type only message event filter is available | [optional] 
     7  **DeliveryMode** | [**NotificationDeliveryModeRequest**](NotificationDeliveryModeRequest.md) |  | 
     8  **ExpiresIn** | **int32** | Subscription lifetime in seconds. Max value is 7 days (604800 sec) | [optional] 
     9  
    10  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    11  
    12