|
string | uri [get, set] |
| Canonical URI of a subscription resource Required Format: uri More...
|
|
string | id [get, set] |
| Internal identifier of a subscription Required Example: 95fecfc9-9cdc-4e94-a78a-89fd65889d37 More...
|
|
string[] | eventFilters [get, set] |
| The list of event filter names corresponding to events the user is subscribed to Required More...
|
|
DisabledFilterInfo[] | disabledFilters [get, set] |
| The list of event filter names corresponding to events the user is not subscribed to due to certain limitations More...
|
|
string | expirationTime [get, set] |
| Subscription expiration time in ISO 8601 format including timezone, for example 2016-03-10T18:07:52.534Z Required Format: date-time More...
|
|
long? | expiresIn [get, set] |
| Subscription lifetime in seconds Minimum: 1 Format: int32 More...
|
|
string | status [get, set] |
| Subscription status Required Enum: Active, Blacklisted More...
|
|
string | creationTime [get, set] |
| Subscription creation time in ISO 8601 format including timezone, for example 2016-03-10T18:07:52.534 Required Format: date-time More...
|
|
NotificationDeliveryMode | deliveryMode [get, set] |
| Required More...
|
|
SubscriptionInfoBlacklistedData | blacklistedData [get, set] |
| Returned if a WebHook subscription is blacklisted More...
|
|
◆ blacklistedData
Returned if a WebHook subscription is blacklisted
◆ creationTime
string RingCentral.SubscriptionInfo.creationTime |
|
getset |
Subscription creation time in ISO 8601 format including timezone, for example 2016-03-10T18:07:52.534 Required Format: date-time
◆ deliveryMode
◆ disabledFilters
The list of event filter names corresponding to events the user is not subscribed to due to certain limitations
◆ eventFilters
string [] RingCentral.SubscriptionInfo.eventFilters |
|
getset |
The list of event filter names corresponding to events the user is subscribed to Required
◆ expirationTime
string RingCentral.SubscriptionInfo.expirationTime |
|
getset |
Subscription expiration time in ISO 8601 format including timezone, for example 2016-03-10T18:07:52.534Z Required Format: date-time
◆ expiresIn
long? RingCentral.SubscriptionInfo.expiresIn |
|
getset |
Subscription lifetime in seconds Minimum: 1 Format: int32
◆ id
string RingCentral.SubscriptionInfo.id |
|
getset |
Internal identifier of a subscription Required Example: 95fecfc9-9cdc-4e94-a78a-89fd65889d37
◆ status
string RingCentral.SubscriptionInfo.status |
|
getset |
Subscription status Required Enum: Active, Blacklisted
◆ uri
string RingCentral.SubscriptionInfo.uri |
|
getset |
Canonical URI of a subscription resource Required Format: uri
The documentation for this class was generated from the following file:
- RingCentral.Net/Definitions/SubscriptionInfo.cs