PySubscriptionContent
class PySubscriptionContent(subscription_content)
Bases: object
The content of the subscription.
- Parameters: subscription_content (ISubscriptionContent)
__init__(subscription_content)
Creates a new PySubscriptionContent object.
Args: : subscription_content: A ISubscriptionContent object.
Returns: None.
- Parameters: subscription_content (ISubscriptionContent)
- Return type: None
Methods
__init__ (subscription_content) |
Creates a new PySubscriptionContent object. |
---|
Attributes
id |
The ID of the content item tied to the subscription. |
---|---|
send_if_view_empty |
Whether or not send the notification if the view is empty. |
type |
The content type of the subscription. |
property id : UUID
The ID of the content item tied to the subscription.
property type : str
The content type of the subscription.
property send_if_view_empty : bool
Whether or not send the notification if the view is empty.