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

     1  # NotificationDeliveryMode
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **TransportType** | **string** | Notifications transportation provider name. 'APNS' (Apple Push Notifications Service) | [optional] 
     7  **Encryption** | **bool** | Optional parameter. Specifies if the message will be encrypted or not. For APNS transport type the value is always  false | [optional] 
     8  **Address** | **string** | PubNub channel name. For APNS transport type - internal identifier of a device  device_token | [optional] 
     9  **SubscriberKey** | **string** | PubNub subscriber credentials required to subscribe to the channel | [optional] 
    10  **SecretKey** | **string** | PubNub subscriber credentials required to subscribe to the channel. Optional (for PubNub transport type only) | [optional] 
    11  **EncryptionAlgorithm** | **string** | Encryption algorithm 'AES' (for PubNub transport type only) | [optional] 
    12  **EncryptionKey** | **string** | Key for notification message decryption (for PubNub transport type only) | [optional] 
    13  
    14  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    15  
    16