File tree Expand file tree Collapse file tree
src/cloudflare/types/stream Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,9 +14,6 @@ class WebhookGetResponse(BaseModel):
1414 modified : Optional [datetime ] = None
1515 """The date and time the webhook was last modified."""
1616
17- notification_url : Optional [str ] = None
18- """The URL where webhooks will be sent."""
19-
2017 notification_url : Optional [str ] = FieldInfo (alias = "notificationUrl" , default = None )
2118 """The URL where webhooks will be sent."""
2219
Original file line number Diff line number Diff line change @@ -14,9 +14,6 @@ class WebhookUpdateResponse(BaseModel):
1414 modified : Optional [datetime ] = None
1515 """The date and time the webhook was last modified."""
1616
17- notification_url : Optional [str ] = None
18- """The URL where webhooks will be sent."""
19-
2017 notification_url : Optional [str ] = FieldInfo (alias = "notificationUrl" , default = None )
2118 """The URL where webhooks will be sent."""
2219
You can’t perform that action at this time.
0 commit comments