|
string[] | eventFilters [get, set] |
| The list of event filters corresponding to events the user is subscribed to Required More...
|
|
long? | expiresIn [get, set] |
| Subscription lifetime in seconds. The maximum subscription lifetime depends upon the specified transportType : More...
|
|
◆ eventFilters
string [] RingCentral.UpdateSubscriptionRequest.eventFilters |
|
getset |
The list of event filters corresponding to events the user is subscribed to Required
◆ expiresIn
long? RingCentral.UpdateSubscriptionRequest.expiresIn |
|
getset |
Subscription lifetime in seconds. The maximum subscription lifetime depends upon the specified transportType
:
Transport type | Maximum permitted lifetime |
WebHook | 315360000 seconds (10 years) |
RC/APNS , RC/GSM | 7776000 seconds (90 days) |
PubNub | 900 seconds (15 minutes) |
WebSocket | n/a (the parameter is ignored) |
Minimum: 1 Format: int32 Example: 1200
The documentation for this class was generated from the following file:
- RingCentral.Net/Definitions/UpdateSubscriptionRequest.cs