Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.31 KB

NotificationSubscription.md

File metadata and controls

16 lines (12 loc) · 1.31 KB

kern.services.CumulocityClient.Model.NotificationSubscription

Properties

Name Type Description Notes
Context string The context within which the subscription is to be processed. > ⓘ Info: If the value is `mo`, then `source` must also be provided in the request body.
FragmentsToCopy List<string> Transforms the data to only include specified custom fragments. Each custom fragment is identified by a unique name. If nothing is specified here, the data is forwarded as-is. [optional]
Id string Unique identifier of the subscription. [optional] [readonly]
Self string A URL linking to this resource. [optional] [readonly]
Source NotificationSubscriptionSource [optional]
Subscription string The subscription name. Each subscription is identified by a unique name within a specific context.
SubscriptionFilter NotificationSubscriptionSubscriptionFilter [optional]

[Back to Model list] [Back to API list] [Back to README]