You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: twilio/rest/events/v1/subscription/__init__.py
+2-38Lines changed: 2 additions & 38 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,6 @@ class SubscriptionInstance(InstanceResource):
33
33
:ivar sink_sid: The SID of the sink that events selected by this subscription should be sent to. Sink must be active for the subscription to be created.
34
34
:ivar url: The URL of this resource.
35
35
:ivar links: Contains a dictionary of URL links to nested resources of this Subscription.
36
-
:ivar receive_events_from_subaccounts: Receive events from all children accounts in the parent account subscription.
:param description: A human readable description for the Subscription.
126
121
:param sink_sid: The SID of the sink that events selected by this subscription should be sent to. Sink must be active for the subscription to be created.
127
-
:param receive_events_from_subaccounts: Receive events from all children accounts in the parent account subscription.
Asynchronous coroutine to update the SubscriptionInstance
145
137
146
138
:param description: A human readable description for the Subscription.
147
139
:param sink_sid: The SID of the sink that events selected by this subscription should be sent to. Sink must be active for the subscription to be created.
148
-
:param receive_events_from_subaccounts: Receive events from all children accounts in the parent account subscription.
:param description: A human readable description for the Subscription.
272
261
:param sink_sid: The SID of the sink that events selected by this subscription should be sent to. Sink must be active for the subscription to be created.
273
-
:param receive_events_from_subaccounts: Receive events from all children accounts in the parent account subscription.
Asynchronous coroutine to update the SubscriptionInstance
307
291
308
292
:param description: A human readable description for the Subscription.
309
293
:param sink_sid: The SID of the sink that events selected by this subscription should be sent to. Sink must be active for the subscription to be created.
310
-
:param receive_events_from_subaccounts: Receive events from all children accounts in the parent account subscription.
:param description: A human readable description for the Subscription **This value should not contain PII.**
401
377
:param sink_sid: The SID of the sink that events selected by this subscription should be sent to. Sink must be active for the subscription to be created.
402
378
:param types: An array of objects containing the subscribed Event Types
403
-
:param receive_events_from_subaccounts: Receive events from all children accounts in the parent account subscription.
:param description: A human readable description for the Subscription **This value should not contain PII.**
441
409
:param sink_sid: The SID of the sink that events selected by this subscription should be sent to. Sink must be active for the subscription to be created.
442
410
:param types: An array of objects containing the subscribed Event Types
443
-
:param receive_events_from_subaccounts: Receive events from all children accounts in the parent account subscription.
0 commit comments